]> git.cameronkatri.com Git - pw-darwin.git/commitdiff
Remove some more warnings.
authorDavid Nugent <davidn@FreeBSD.org>
Wed, 28 Jul 1999 12:49:34 +0000 (12:49 +0000)
committerDavid Nugent <davidn@FreeBSD.org>
Wed, 28 Jul 1999 12:49:34 +0000 (12:49 +0000)
pw/pw_conf.c
pw/pw_user.c

index dc1bd610f544b29fcf045d5097dd70b722f3194a..387c462fcae08c58caf0b7c8e12bd228090b7e7b 100644 (file)
@@ -26,7 +26,7 @@
 
 #ifndef lint
 static const char rcsid[] =
-       "$Id: pw_conf.c,v 1.7 1997/10/10 06:23:36 charnier Exp $";
+       "$Id: pw_conf.c,v 1.8 1999/02/23 07:15:10 davidn Exp $";
 #endif /* not lint */
 
 #include <string.h>
@@ -98,7 +98,8 @@ static struct userconf config =
        1000, 32000,            /* Allowed range of uids */
        1000, 32000,            /* Allowed range of gids */
        0,                      /* Days until account expires */
-       0                       /* Days until password expires */
+       0,                      /* Days until password expires */
+       0                       /* size of default_group array */
 };
 
 static char const *comments[_UC_FIELDS] =
index 0eb9802be596aa5087c76d2d8821907a5f7fa5ae..c1bb8e6bcb53435cf8fb559c0c0946905e9d1d9f 100644 (file)
@@ -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
        };