From owner-cvs-all Sun Dec 3 3:51:44 2000 Delivered-To: cvs-all@freebsd.org Received: from gratis.grondar.za (grouter.grondar.za [196.7.18.65]) by hub.freebsd.org (Postfix) with ESMTP id 7AB0937B400; Sun, 3 Dec 2000 03:51:35 -0800 (PST) Received: from grondar.za (gratis.grondar.za [196.7.18.133]) by gratis.grondar.za (8.11.1/8.11.1) with ESMTP id eB3BpSe33189; Sun, 3 Dec 2000 13:51:28 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <200012031151.eB3BpSe33189@gratis.grondar.za> To: David Malone Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.sbin/inetd builtins.c inetd.c inetd.h References: <200012031132.eB3BWSp09157@freefall.freebsd.org> In-Reply-To: <200012031132.eB3BWSp09157@freefall.freebsd.org> ; from David Malone "Sun, 03 Dec 2000 03:32:27 PST." Date: Sun, 03 Dec 2000 13:51:24 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Tidy up some prototypes: > make sure there is exactly one prototype for each function, > use K&R style definitions everywhere to match dominant style, > make flag_signal take an int to avoid problems if we have > ANSI prototypes and K&R definitions. Dominant style is cool, but we need to take a stand. K&R is _DEAD_; at some stage we need to properly remove it, not fix it. Folks who rely on FreeBSD for bug-free code are welcome to use one of the many ANSI --> K&R tools to port our stuff. M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message