From owner-cvs-src@FreeBSD.ORG Tue Dec 30 03:06:12 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AEF616A4CE; Tue, 30 Dec 2003 03:06:12 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BF1243D46; Tue, 30 Dec 2003 03:06:11 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id 95937530A; Tue, 30 Dec 2003 12:06:09 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 1CA715309; Tue, 30 Dec 2003 12:06:01 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 6809933C6A; Tue, 30 Dec 2003 12:06:01 +0100 (CET) To: Bruce Evans References: <200312271354.hBRDs3CN092828@repoman.freebsd.org> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Tue, 30 Dec 2003 12:06:01 +0100 In-Reply-To: <200312271354.hBRDs3CN092828@repoman.freebsd.org> (Bruce Evans's message of "Sat, 27 Dec 2003 05:54:03 -0800 (PST)") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.1 required=5.0 tests=RCVD_IN_SORBS autolearn=no version=2.60 cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/fsck fsutil.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Dec 2003 11:06:12 -0000 Bruce Evans writes: > Declare perror(). We define and use a home made version of perror(3) > that can't simply be removed (although it has the same interface as > perror(3)) since it is very different (it prints on stdout, doesn't > always print the program name, and sometimes exits). Declare it to > get a reminder of this brokenness when WARNS is increased enough. Why not just rename it to not_perror()? DES --=20 Dag-Erling Sm=F8rgrav - des@des.no