Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/users one <unistd.h> is enough
details: https://anonhg.NetBSD.org/src/rev/4427b053ddc6
branches: trunk
changeset: 546377:4427b053ddc6
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Sun Apr 27 10:38:42 2003 +0000
description:
one <unistd.h> is enough
fixes PR misc/21339 by Igor Sobrado
diffstat:
usr.bin/users/users.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 882df9323ccd -r 4427b053ddc6 usr.bin/users/users.c
--- a/usr.bin/users/users.c Sun Apr 27 10:15:01 2003 +0000
+++ b/usr.bin/users/users.c Sun Apr 27 10:38:42 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: users.c,v 1.10 2002/08/01 23:51:20 christos Exp $ */
+/* $NetBSD: users.c,v 1.11 2003/04/27 10:38:42 jdolecek Exp $ */
/*
* Copyright (c) 1980, 1987, 1993
@@ -43,7 +43,7 @@
#if 0
static char sccsid[] = "@(#)users.c 8.1 (Berkeley) 6/6/93";
#endif
-__RCSID("$NetBSD: users.c,v 1.10 2002/08/01 23:51:20 christos Exp $");
+__RCSID("$NetBSD: users.c,v 1.11 2003/04/27 10:38:42 jdolecek Exp $");
#endif /* not lint */
#include <sys/types.h>
@@ -52,7 +52,6 @@
#include <time.h>
#include <stdio.h>
#include <stdlib.h>
-#include <unistd.h>
#include <string.h>
#include <unistd.h>
Home |
Main Index |
Thread Index |
Old Index