From owner-cvs-sbin Fri Jun 13 02:36:48 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA20884 for cvs-sbin-outgoing; Fri, 13 Jun 1997 02:36:48 -0700 (PDT) Received: from spinner.dialix.com.au (spinner.dialix.com.au [192.203.228.67]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA20820; Fri, 13 Jun 1997 02:35:01 -0700 (PDT) Received: from spinner.dialix.com.au (localhost.dialix.com.au [127.0.0.1]) by spinner.dialix.com.au with ESMTP id RAA29101; Fri, 13 Jun 1997 17:34:55 +0800 (WST) Message-Id: <199706130934.RAA29101@spinner.dialix.com.au> X-Mailer: exmh version 2.0gamma 1/27/96 To: Philippe Charnier cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG Subject: Re: cvs commit: src/sbin/init init.c In-reply-to: Your message of "Thu, 12 Jun 1997 23:24:43 MST." <199706130624.XAA16508@freefall.freebsd.org> Date: Fri, 13 Jun 1997 17:34:54 +0800 From: Peter Wemm Sender: owner-cvs-sbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Philippe Charnier wrote: > charnier 1997/06/12 23:24:43 PDT > > Modified files: > sbin/init init.c > Log: > Use err(3). > > Revision Changes Path > 1.17 +7 -8 src/sbin/init/init.c Just as a BTW, it looks like the reason it wasn't using err(3) was that it was attempting to avoid stdio. Calling err etc will zap this, assuming that stdio hasn't been pulled in by something else already... Cheers, -Peter