From 9528aa4795309d9cc7e5fafb2ae3563ccd8f4adf Mon Sep 17 00:00:00 2001 From: Mark Murray Date: Sun, 28 Sep 1997 08:46:12 +0000 Subject: Quieten -Wall. --- chpass/pw_copy.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 #include #include +#include #include #include "pw_copy.h" -- cgit v1.2.3