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 Change the prompt for the office location field from "Location:" 1999-02-23 02:41:26 +00:00
chpass.c Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). 1998-12-06 22:58:23 +00:00
chpass.h Bump up the E_SHELL constant after an extra field was added, thus making 1998-09-03 17:32:22 +00:00
edit.c More egcs warning fixes: 1999-04-25 22:37:58 +00:00
field.c Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]). 1998-12-06 22:58:23 +00:00
Makefile Ignore errors from chflags. This makes it possible to make installworld 1999-02-14 13:56:15 +00:00
pathnames.h BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
pw_copy.c More egcs warning fixes: 1999-04-25 22:37:58 +00:00
pw_copy.h BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
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 Revert $FreeBSD$ to $Id$ 1997-02-22 19:58:13 +00:00
table.c Change the prompt for the office location field from "Location:" 1999-02-23 02:41:26 +00:00
util.c Allow two digit years 1969-2068 1999-01-18 22:15:09 +00:00