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
chpass.c
chpass.h
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
table.c
util.c