diff options
Diffstat (limited to 'winsup/cygwin/include/lastlog.h')
-rw-r--r-- | winsup/cygwin/include/lastlog.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/winsup/cygwin/include/lastlog.h b/winsup/cygwin/include/lastlog.h deleted file mode 100644 index 4a5a8f8..0000000 --- a/winsup/cygwin/include/lastlog.h +++ /dev/null @@ -1,12 +0,0 @@ -#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 |