diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-08-01 21:49:58 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-08-01 21:49:58 +0000 |
commit | 78c269887e2d77c1fd8cc51df19a01a097b47eeb (patch) | |
tree | 751e009398db3105fe0aebc9a6be2224ea56195a /bin | |
parent | ebf497d42a749a3e753c69f1499451149aed102c (diff) |
utmp.h not needed
Diffstat (limited to 'bin')
-rw-r--r-- | bin/ls/print.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/ls/print.c b/bin/ls/print.c index 77995c38176..ad6b3a9d31f 100644 --- a/bin/ls/print.c +++ b/bin/ls/print.c @@ -1,4 +1,4 @@ -/* $OpenBSD: print.c,v 1.16 2002/02/16 21:27:07 millert Exp $ */ +/* $OpenBSD: print.c,v 1.17 2002/08/01 21:49:57 deraadt Exp $ */ /* $NetBSD: print.c,v 1.15 1996/12/11 03:25:39 thorpej Exp $ */ /* @@ -41,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)print.c 8.5 (Berkeley) 7/28/94"; #else -static char rcsid[] = "$OpenBSD: print.c,v 1.16 2002/02/16 21:27:07 millert Exp $"; +static char rcsid[] = "$OpenBSD: print.c,v 1.17 2002/08/01 21:49:57 deraadt Exp $"; #endif #endif /* not lint */ @@ -59,7 +59,6 @@ static char rcsid[] = "$OpenBSD: print.c,v 1.16 2002/02/16 21:27:07 millert Exp #include <time.h> #include <tzfile.h> #include <unistd.h> -#include <utmp.h> #include "ls.h" #include "extern.h" |