From b71cf7bc279531706cc4d617280d67d743b93fe6 Mon Sep 17 00:00:00 2001 From: David Nugent Date: Wed, 28 Jul 1999 12:49:34 +0000 Subject: Remove some more warnings. --- pw/pw_conf.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'pw/pw_conf.c') 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 @@ -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] = -- cgit v1.2.3