From owner-cvs-all Sun Dec 16 7:55:58 2001 Delivered-To: cvs-all@freebsd.org Received: from dragon.nuxi.com (trang.nuxi.com [66.92.13.169]) by hub.freebsd.org (Postfix) with ESMTP id 8B6D837B417; Sun, 16 Dec 2001 07:55:51 -0800 (PST) Received: (from obrien@localhost) by dragon.nuxi.com (8.11.6/8.11.1) id fBGFtpD29558; Sun, 16 Dec 2001 07:55:51 -0800 (PST) (envelope-from obrien) Date: Sun, 16 Dec 2001 07:55:51 -0800 From: "David O'Brien" To: Luigi Rizzo Cc: Kris Kennaway , cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/bin/rm rm.c src/usr.sbin/chown chown.c src/usr.sbin/dev_mkdb dev_mkdb.c Message-ID: <20011216075551.B29455@dragon.nuxi.com> Reply-To: obrien@FreeBSD.org References: <200112141622.fBEGMg705939@freefall.freebsd.org> <20011215090750.A91194@citusc17.usc.edu> <20011215095930.A62613@iguana.aciri.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011215095930.A62613@iguana.aciri.org>; from luigi@FreeBSD.org on Sat, Dec 15, 2001 at 09:59:30AM -0800 X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Dec 15, 2001 at 09:59:30AM -0800, Luigi Rizzo wrote: > using __P() macros), and now people complain suggesting that instead > of supplying perfectly legal (K&R and ANSI) C prototypes to 3 > functions, which do not break anything > Am i the only one who sees a contraddiction here ? Yes. Do you use string.h and stdio.h, or do you write prototypes for printf, fopen, str* in your code? Rather than add a missing prototype to foo.h, you are wanting to just add the prototype in your code. > and only increase code > portability towards possibly broken compilers, I should instead Maybe not acutally. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message