summaryrefslogtreecommitdiffstats
path: root/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
commitf90f0ac55cc4944f1fd962a1f99d94937ea58e05 (patch)
tree8fc997f364edc3f9606306c56a2b72562272ebe9 /libutil/pw_util.c
parentc797b0b96f9778ce18db137f07c7396a3924f69a (diff)
downloadpw-darwin-f90f0ac55cc4944f1fd962a1f99d94937ea58e05.tar.gz
pw-darwin-f90f0ac55cc4944f1fd962a1f99d94937ea58e05.tar.zst
pw-darwin-f90f0ac55cc4944f1fd962a1f99d94937ea58e05.zip
Statisize usage().
Diffstat (limited to 'libutil/pw_util.c')
-rw-r--r--libutil/pw_util.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/libutil/pw_util.c b/libutil/pw_util.c
index 5902c07..b6f6719 100644
--- a/libutil/pw_util.c
+++ b/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>