diff options
| author | David Nugent <davidn@FreeBSD.org> | 1999-07-28 12:49:34 +0000 |
|---|---|---|
| committer | David Nugent <davidn@FreeBSD.org> | 1999-07-28 12:49:34 +0000 |
| commit | 75e207ee656a8a6dd36a966aa03a0b5fc38a79dd (patch) | |
| tree | ac7ed266200c902a73eb1c1f63dd40fdceab59fd /pw/pw_user.c | |
| parent | 7b0714b697725f31b2bdae4b107edc58e4a10537 (diff) | |
| download | pw-darwin-75e207ee656a8a6dd36a966aa03a0b5fc38a79dd.tar.gz pw-darwin-75e207ee656a8a6dd36a966aa03a0b5fc38a79dd.zip | |
Remove some more warnings.
Diffstat (limited to 'pw/pw_user.c')
| -rw-r--r-- | pw/pw_user.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pw/pw_user.c b/pw/pw_user.c index 0eb9802..c1bb8e6 100644 --- a/pw/pw_user.c +++ b/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 <ctype.h> @@ -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 }; |
