aboutsummaryrefslogtreecommitdiff
path: root/lib/libutil/pw_util.c
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>1997-10-27 07:53:22 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>1997-10-27 07:53:22 +0000
commitacb61b9eb4d49aa397e371462e7eb3dd325da062 (patch)
tree41d828209eed394dac304d2b5894c788e3ef6669 /lib/libutil/pw_util.c
parent9396247ef766660483e55614ec1b58c99888334a (diff)
downloadsrc-acb61b9eb4d49aa397e371462e7eb3dd325da062.tar.gz
src-acb61b9eb4d49aa397e371462e7eb3dd325da062.zip
Statisize usage().
Notes
Notes: svn path=/head/; revision=30765
Diffstat (limited to 'lib/libutil/pw_util.c')
-rw-r--r--lib/libutil/pw_util.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libutil/pw_util.c b/lib/libutil/pw_util.c
index 5902c077870b..b6f6719b08b8 100644
--- a/lib/libutil/pw_util.c
+++ b/lib/libutil/pw_util.c
@@ -32,7 +32,11 @@
*/
#ifndef lint
+#if 0
static const char sccsid[] = "@(#)pw_util.c 8.3 (Berkeley) 4/2/94";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
/*
@@ -47,7 +51,6 @@ static const char sccsid[] = "@(#)pw_util.c 8.3 (Berkeley) 4/2/94";
#include <sys/wait.h>
#include <err.h>
-#include <errno.h>
#include <fcntl.h>
#include <paths.h>
#include <pwd.h>