]> git.cameronkatri.com Git - pw-darwin.git/blobdiff - pw/pw_conf.c
Revert the libcrypt/libmd stuff back to how it was. This should not have
[pw-darwin.git] / pw / pw_conf.c
index dc1bd610f544b29fcf045d5097dd70b722f3194a..e8a21051d1a590c379216c48b4e1567157c34e44 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 $";
+  "$FreeBSD$";
 #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] =