aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/chpass
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>1997-09-28 08:46:12 +0000
committerMark Murray <markm@FreeBSD.org>1997-09-28 08:46:12 +0000
commitf714a88adcc16bcb0941a5be8eb15974b37ac788 (patch)
tree95d833c81af3c47ecd9103c021f3f55cc7b4e3ef /usr.bin/chpass
parentf8dd90c3b96ba6011437a9737fe4d8805654a9bf (diff)
downloadsrc-f714a88adcc16bcb0941a5be8eb15974b37ac788.tar.gz
src-f714a88adcc16bcb0941a5be8eb15974b37ac788.zip
Quieten -Wall.
Notes
Notes: svn path=/head/; revision=29921
Diffstat (limited to 'usr.bin/chpass')
-rw-r--r--usr.bin/chpass/pw_copy.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/chpass/pw_copy.c b/usr.bin/chpass/pw_copy.c
index fa77f05da615..73e2da22115c 100644
--- a/usr.bin/chpass/pw_copy.c
+++ b/usr.bin/chpass/pw_copy.c
@@ -32,7 +32,7 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)pw_copy.c 8.4 (Berkeley) 4/2/94";
+static const char sccsid[] = "@(#)pw_copy.c 8.4 (Berkeley) 4/2/94";
#endif /* not lint */
/*
@@ -44,6 +44,7 @@ static char sccsid[] = "@(#)pw_copy.c 8.4 (Berkeley) 4/2/94";
#include <pwd.h>
#include <stdio.h>
#include <string.h>
+#include <unistd.h>
#include <pw_util.h>
#include "pw_copy.h"