From 92f725d0a60e757dacdcdf28ff709380bb78f979 Mon Sep 17 00:00:00 2001 From: davidn Date: Wed, 28 Jul 1999 12:49:34 +0000 Subject: Remove some more warnings. --- usr.sbin/pw/pw_user.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'usr.sbin/pw/pw_user.c') diff --git a/usr.sbin/pw/pw_user.c b/usr.sbin/pw/pw_user.c index 0eb9802..c1bb8e6 100644 --- a/usr.sbin/pw/pw_user.c +++ b/usr.sbin/pw/pw_user.c @@ -27,7 +27,7 @@ #ifndef lint static const char rcsid[] = - "$Id: pw_user.c,v 1.27 1999/02/23 07:15:10 davidn Exp $"; + "$Id: pw_user.c,v 1.28 1999/03/02 00:53:33 davidn Exp $"; #endif /* not lint */ #include @@ -54,7 +54,7 @@ static const char rcsid[] = #define LOGNAMESIZE (MAXLOGNAME-1) #endif -static randinit; +static int randinit; static int print_user(struct passwd * pwd, int pretty, int v7); static uid_t pw_uidpolicy(struct userconf * cnf, struct cargs * args); @@ -123,6 +123,7 @@ pw_user(struct userconf * cnf, int mode, struct cargs * args) "User &", "/bin/sh", 0, + 0, 0 }; -- cgit v1.1