Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/bin/ls don't include utmp.h



details:   https://anonhg.NetBSD.org/src/rev/a06f3fd75bd8
branches:  trunk
changeset: 534675:a06f3fd75bd8
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Aug 01 20:05:48 2002 +0000

description:
don't include utmp.h

diffstat:

 bin/ls/print.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 4e295a201e0d -r a06f3fd75bd8 bin/ls/print.c
--- a/bin/ls/print.c    Thu Aug 01 19:55:02 2002 +0000
+++ b/bin/ls/print.c    Thu Aug 01 20:05:48 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: print.c,v 1.31 2001/02/04 19:34:08 christos Exp $      */
+/*     $NetBSD: print.c,v 1.32 2002/08/01 20:05:48 christos Exp $      */
 
 /*
  * Copyright (c) 1989, 1993, 1994
@@ -41,7 +41,7 @@
 #if 0
 static char sccsid[] = "@(#)print.c    8.5 (Berkeley) 7/28/94";
 #else
-__RCSID("$NetBSD: print.c,v 1.31 2001/02/04 19:34:08 christos Exp $");
+__RCSID("$NetBSD: print.c,v 1.32 2002/08/01 20:05:48 christos Exp $");
 #endif
 #endif /* not lint */
 
@@ -59,7 +59,6 @@
 #include <time.h>
 #include <tzfile.h>
 #include <unistd.h>
-#include <utmp.h>
 
 #include "ls.h"
 #include "extern.h"



Home | Main Index | Thread Index | Old Index