From owner-cvs-all Sun Dec 3 7: 7:47 2000 From owner-cvs-all@FreeBSD.ORG Sun Dec 3 07:07:45 2000 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from salmon.maths.tcd.ie (salmon.maths.tcd.ie [134.226.81.11]) by hub.freebsd.org (Postfix) with SMTP id 9550B37B400; Sun, 3 Dec 2000 07:07:43 -0800 (PST) Received: from walton.maths.tcd.ie by salmon.maths.tcd.ie with SMTP id ; 3 Dec 2000 15:07:42 +0000 (GMT) To: Julian Elischer Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/usr.sbin/inetd builtins.c inetd.c inetd.h In-reply-to: Your message of "Sun, 03 Dec 2000 06:56:55 PST." <3A2A5F37.900D2323@elischer.org> X-Request-Do: Date: Sun, 03 Dec 2000 15:07:41 +0000 From: David Malone Message-ID: <200012031507.aa37141@salmon.maths.tcd.ie> Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Personally I'd like ot see K&R type definition banished from > all kernel files. > but I guess it's a religious issue for some. Personally, I write all my own code with ANSI prototypes and definitions. While working with other people's code, I don't mind. I guess making a decision about the what to do in future would be useful. ANSI prototypes and definitions everywhere would probably be good, as long as people were careful while doing the conversion. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message