From owner-freebsd-current Sat Dec 20 17:40:51 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id RAA28774 for current-outgoing; Sat, 20 Dec 1997 17:40:51 -0800 (PST) (envelope-from owner-freebsd-current) Received: from freebie.lemis.com (gregl1.lnk.telstra.net [139.130.136.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id RAA28689; Sat, 20 Dec 1997 17:39:40 -0800 (PST) (envelope-from grog@lemis.com) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id MAA07334; Sun, 21 Dec 1997 12:09:12 +1030 (CST) (envelope-from grog) Message-ID: <19971221120912.59514@lemis.com> Date: Sun, 21 Dec 1997 12:09:12 +1030 From: Greg Lehey To: Nate Williams Cc: dyson@freebsd.org, "Jordan K. Hubbard" , gurney_j@resnet.uoregon.edu, julian@whistle.com, bde@freebsd.org, current@freebsd.org Subject: Re: Bruce vandalism again References: <14454.882641857@time.cdrom.com> <199712201845.NAA00285@dyson.iquest.net> <199712210123.SAA25464@mt.sri.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.88e In-Reply-To: <199712210123.SAA25464@mt.sri.com>; from Nate Williams on Sat, Dec 20, 1997 at 06:23:41PM -0700 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Sender: owner-freebsd-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Sat, Dec 20, 1997 at 06:23:41PM -0700, Nate Williams wrote: > > John, I think you're making a big issue about a non-issue. The reason > the code in FreeBSD is using K&R style is because it was written before > ANSI. It hasn't been modified to ANSI style simply because it hasn't > needed to. Tell your design reviewers that the 'old' code is still more > robust/effecient and just as functional (if not more) than the 'new' > ANSI code, So far, so good. > and that changing code to have ANSI functions just to have ANSI > functions is simply a waste of time. We could debate this (I'm not going to), but don't you think it's at least as much a waste of time to change prototypes to K&R? Greg