summaryrefslogtreecommitdiffstats
path: root/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
commit9528aa4795309d9cc7e5fafb2ae3563ccd8f4adf (patch)
treeb068c1542d87911de2a4a8736095f950c296fa3e /chpass
parentd401b90a66b9ee9f05cf92cedbbe13a8ac68c1b3 (diff)
downloadpw-darwin-9528aa4795309d9cc7e5fafb2ae3563ccd8f4adf.tar.gz
pw-darwin-9528aa4795309d9cc7e5fafb2ae3563ccd8f4adf.tar.zst
pw-darwin-9528aa4795309d9cc7e5fafb2ae3563ccd8f4adf.zip
Quieten -Wall.
Diffstat (limited to 'chpass')
-rw-r--r--chpass/pw_copy.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/chpass/pw_copy.c b/chpass/pw_copy.c
index fa77f05..73e2da2 100644
--- a/chpass/pw_copy.c
+++ b/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"