summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pw/pw_conf.c
diff options
context:
space:
mode:
authordavidn <davidn@FreeBSD.org>1999-07-28 12:49:34 +0000
committerdavidn <davidn@FreeBSD.org>1999-07-28 12:49:34 +0000
commit92f725d0a60e757dacdcdf28ff709380bb78f979 (patch)
treee3f6e0478a50f4d5a062ca58171c1f09d202d6fe /usr.sbin/pw/pw_conf.c
parentd9756ac21a7cac5e2670862d0908dd19862b5929 (diff)
downloadFreeBSD-src-92f725d0a60e757dacdcdf28ff709380bb78f979.zip
FreeBSD-src-92f725d0a60e757dacdcdf28ff709380bb78f979.tar.gz
Remove some more warnings.
Diffstat (limited to 'usr.sbin/pw/pw_conf.c')
-rw-r--r--usr.sbin/pw/pw_conf.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/pw/pw_conf.c b/usr.sbin/pw/pw_conf.c
index dc1bd61..387c462 100644
--- a/usr.sbin/pw/pw_conf.c
+++ b/usr.sbin/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] =
OpenPOWER on IntegriCloud