]> git.saurik.com Git - apple/shell_cmds.git/blobdiff - lastcomm/lastcomm.c
shell_cmds-149.tar.gz
[apple/shell_cmds.git] / lastcomm / lastcomm.c
index 242d9591e2dd03ff01dcf7315426348a1aa77711..589ce7a75e9f4f3488023bbf7cb3e0152c8996fd 100644 (file)
@@ -62,7 +62,9 @@ __RCSID("$NetBSD: lastcomm.c,v 1.14 1998/04/02 10:22:03 kleink Exp $");
 #include <time.h>
 #include <tzfile.h>
 #include <unistd.h>
-#include <utmp.h>
+/* definitions from utmp.h */
+#define UT_NAMESIZE     8
+#define UT_LINESIZE     8
 #include "pathnames.h"
 
 time_t  expand __P((u_int));