=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lastcomm/lastcomm.c,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- src/usr.bin/lastcomm/lastcomm.c 2003/06/10 22:20:47 1.12 +++ src/usr.bin/lastcomm/lastcomm.c 2003/06/26 21:59:11 1.13 @@ -1,4 +1,4 @@ -/* $OpenBSD: lastcomm.c,v 1.12 2003/06/10 22:20:47 deraadt Exp $ */ +/* $OpenBSD: lastcomm.c,v 1.13 2003/06/26 21:59:11 deraadt Exp $ */ /* $NetBSD: lastcomm.c,v 1.9 1995/10/22 01:43:42 ghudson Exp $ */ /* @@ -40,7 +40,7 @@ #if 0 static char sccsid[] = "@(#)lastcomm.c 8.2 (Berkeley) 4/29/95"; #endif -static char rcsid[] = "$OpenBSD: lastcomm.c,v 1.12 2003/06/10 22:20:47 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: lastcomm.c,v 1.13 2003/06/26 21:59:11 deraadt Exp $"; #endif /* not lint */ #include @@ -58,6 +58,7 @@ #include #include #include +#include #include "pathnames.h" time_t expand(u_int); @@ -65,7 +66,6 @@ char *getdev(dev_t); int requested(char *[], struct acct *); void usage(void); -char *user_from_uid(); int main(int argc, char *argv[])