ptrace.h moves to /sys/h
[unix-history] / usr / src / include / lastlog.h
index b089856..7683a32 100644 (file)
@@ -1,6 +1,13 @@
-/*     lastlog.h       4.1     83/05/03        */
+/*
+ * Copyright (c) 1980 Regents of the University of California.
+ * All rights reserved.  The Berkeley software License Agreement
+ * specifies the terms and conditions for redistribution.
+ *
+ *     @(#)lastlog.h   5.1 (Berkeley) %G%
+ */
 
 struct lastlog {
        time_t  ll_time;
        char    ll_line[8];
 
 struct lastlog {
        time_t  ll_time;
        char    ll_line[8];
+       char    ll_host[16];            /* same as in utmp */
 };
 };