summaryrefslogtreecommitdiffstats
path: root/pw/pw_conf.c
diff options
context:
space:
mode:
authorDavid Nugent <davidn@FreeBSD.org>1999-07-28 12:49:34 +0000
committerDavid Nugent <davidn@FreeBSD.org>1999-07-28 12:49:34 +0000
commit75e207ee656a8a6dd36a966aa03a0b5fc38a79dd (patch)
treeac7ed266200c902a73eb1c1f63dd40fdceab59fd /pw/pw_conf.c
parent7b0714b697725f31b2bdae4b107edc58e4a10537 (diff)
downloadpw-darwin-75e207ee656a8a6dd36a966aa03a0b5fc38a79dd.tar.gz
pw-darwin-75e207ee656a8a6dd36a966aa03a0b5fc38a79dd.zip
Remove some more warnings.
Diffstat (limited to 'pw/pw_conf.c')
-rw-r--r--pw/pw_conf.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/pw/pw_conf.c b/pw/pw_conf.c
index dc1bd61..387c462 100644
--- a/pw/pw_conf.c
+++ b/pw/pw_conf.c
@@ -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] =