#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>
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] =
#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>
#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);
"User &",
"/bin/sh",
0,
+ 0,
0
};