From owner-cvs-all Sun Apr 25 15:34:31 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DEAB114CC3; Sun, 25 Apr 1999 15:33:31 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA36395; Sun, 25 Apr 1999 15:33:31 -0700 (PDT) (envelope-from imp@FreeBSD.org) Message-Id: <199904252233.PAA36395@freefall.freebsd.org> From: Warner Losh Date: Sun, 25 Apr 1999 15:33:31 -0700 (PDT) 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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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