Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jun 1997 17:34:54 +0800
From:      Peter Wemm <peter@spinner.dialix.com.au>
To:        Philippe Charnier <charnier@FreeBSD.ORG>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sbin@FreeBSD.ORG
Subject:   Re: cvs commit: src/sbin/init init.c 
Message-ID:  <199706130934.RAA29101@spinner.dialix.com.au>
In-Reply-To: Your message of "Thu, 12 Jun 1997 23:24:43 MST." <199706130624.XAA16508@freefall.freebsd.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199706130934.RAA29101>