X-Git-Url: https://git.saurik.com/apple/shell_cmds.git/blobdiff_plain/41a2c555d8993b200d28bf1fa33eebd8388950f7..ddb4a88b2f582f98073e02a797c5299d71d9527e:/lastcomm/lastcomm.c?ds=sidebyside diff --git a/lastcomm/lastcomm.c b/lastcomm/lastcomm.c index 242d959..589ce7a 100644 --- a/lastcomm/lastcomm.c +++ b/lastcomm/lastcomm.c @@ -62,7 +62,9 @@ __RCSID("$NetBSD: lastcomm.c,v 1.14 1998/04/02 10:22:03 kleink Exp $"); #include #include #include -#include +/* definitions from utmp.h */ +#define UT_NAMESIZE 8 +#define UT_LINESIZE 8 #include "pathnames.h" time_t expand __P((u_int));