diff options
author | 1996-08-02 11:45:01 +0000 | |
---|---|---|
committer | 1996-08-02 11:45:01 +0000 | |
commit | fcee33874fdb76cb6a1b9f72d675a706da11499e (patch) | |
tree | e74e00c76c43a41fb4d3e3a0ff854a19937a417f /bin/ls/print.c | |
parent | ptr check in skipdirs(), by joerg from freebsd (diff) | |
download | wireguard-openbsd-fcee33874fdb76cb6a1b9f72d675a706da11499e.tar.xz wireguard-openbsd-fcee33874fdb76cb6a1b9f72d675a706da11499e.zip |
extra utmp.h goes away; tom@haven.uniserve.com in freebsd
Diffstat (limited to 'bin/ls/print.c')
-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 e24578995df..e651821461e 100644 --- a/bin/ls/print.c +++ b/bin/ls/print.c @@ -1,4 +1,4 @@ -/* $OpenBSD: print.c,v 1.2 1996/06/23 14:20:20 deraadt Exp $ */ +/* $OpenBSD: print.c,v 1.3 1996/08/02 11:45:01 deraadt Exp $ */ /* $NetBSD: print.c,v 1.14 1995/09/07 06:43:00 jtc 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.2 1996/06/23 14:20:20 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: print.c,v 1.3 1996/08/02 11:45:01 deraadt Exp $"; #endif #endif /* not lint */ @@ -59,7 +59,6 @@ static char rcsid[] = "$OpenBSD: print.c,v 1.2 1996/06/23 14:20:20 deraadt Exp $ #include <time.h> #include <tzfile.h> #include <unistd.h> -#include <utmp.h> #include "ls.h" #include "extern.h" |