NetBSD/usr.bin/chpass
simonb 0330994f83 Fix warnings found by gcc-current with alpha target:
There's no use assigning the output of strtoul() to a 32-bit variable
then checking that against ULONG_MAX.  Instead use a "unsigned long"
as the temporary variable.  Also, only check against UID_MAX/GID_MAX;
these are both going to be smaller than ULONG_MAX on both 32- and 64-bit
platforms.
2002-05-09 01:58:39 +00:00
..
Makefile Split the notion of building Hesiod, Kerberos, S/key, and YP 2002-03-22 18:10:19 +00:00
chpass.1 Sort sections, punctuation fixes, sort SEE ALSO. 2001-12-01 18:55:17 +00:00
chpass.c Update for pw_mkdb() change: restrict updates to one user's records and/or 2001-08-18 19:35:32 +00:00
chpass.h fix redundant decls 2001-02-05 01:37:33 +00:00
edit.c
field.c Fix warnings found by gcc-current with alpha target: 2002-05-09 01:58:39 +00:00
pathnames.h
pw_yp.c getpwuid() and getpwnam() both support YP maps, insecure and secure. 2000-10-27 16:16:03 +00:00
table.c
util.c