Date: Sun, 25 Apr 1999 15:33:31 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/fsdb fsdb.c src/sbin/natd natd.c src/sbin/ping ping.c Message-ID: <199904252233.PAA36395@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 1999/04/25 15:33:31 PDT
Modified files:
sbin/fsdb fsdb.c
sbin/natd natd.c
sbin/ping ping.c
Log:
More egcs warning fixes:
o main returns int not void
o use braces to avoid potentially ambiguous else
Note: The fix to natd is potentially functional in nature since I used
the indentation as the right thing rather than the struct semantics.
Someone more familiar with the code should double check me on this one.
Reviewed by: obrien and chuckr
Revision Changes Path
1.12 +2 -2 src/sbin/fsdb/fsdb.c
1.15 +5 -5 src/sbin/natd/natd.c
1.43 +3 -2 src/sbin/ping/ping.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904252233.PAA36395>
