]> git.cameronkatri.com Git - pw-darwin.git/commit
More egcs warning fixes:
authorWarner Losh <imp@FreeBSD.org>
Sun, 25 Apr 1999 22:37:58 +0000 (22:37 +0000)
committerWarner Losh <imp@FreeBSD.org>
Sun, 25 Apr 1999 22:37:58 +0000 (22:37 +0000)
commite7e9d20da36ec9757300784f37aed5181d178894
treecb6fd8f0a28817af528cc02b423f961aa342e8b2
parent30cef967236e71e58d04e008d53d82db5d4361d9
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
chpass/edit.c
chpass/pw_copy.c