import winsup-2000-02-17 snapshot
This commit is contained in:
12
winsup/cygwin/include/lastlog.h
Normal file
12
winsup/cygwin/include/lastlog.h
Normal file
@ -0,0 +1,12 @@
|
||||
#ifndef _LASTLOG_H
|
||||
#define _LASTLOG_H
|
||||
|
||||
#include <utmp.h>
|
||||
|
||||
struct lastlog {
|
||||
long ll_time;
|
||||
char ll_line[UT_LINESIZE];
|
||||
char ll_host[UT_HOSTSIZE];
|
||||
};
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user