freebsd-dev/usr.bin/chpass
Warner Losh 96846ff646 More egcs warning fixes:
o main returns int not void
	o use return 0 at end of main when needed
	o use braces to avoid potentially ambiguous else
	o don't default to type int
	o #ifdef 0 -> #if 0

Reviewed by: obrien and chuckr
1999-04-25 22:37:58 +00:00
..
chpass.1
chpass.c
chpass.h
edit.c More egcs warning fixes: 1999-04-25 22:37:58 +00:00
field.c
Makefile
pathnames.h
pw_copy.c More egcs warning fixes: 1999-04-25 22:37:58 +00:00
pw_copy.h
pw_yp.c Close PR #10264. Don't bail directly out of passwd/chpass in my_yp_match(). 1999-03-01 16:11:13 +00:00
pw_yp.h
table.c
util.c