Date: Tue, 15 Sep 1998 01:07:18 -0400 (EDT) From: Luoqi Chen <luoqi@watermarkgroup.com> To: cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, wollman@FreeBSD.ORG Subject: Re: cvs commit: src/include err.h src/lib/libc/gen err.3 err.c Message-ID: <199809150507.BAA19409@lor.watermarkgroup.com>
next in thread | raw e-mail | index | archive | help
> wollman 1998/09/12 14:02:23 PDT > > Modified files: > include err.h > lib/libc/gen err.3 err.c > Log: > A small last-minute iitem for 3.0: > > - Fix some style errors I made back in 1995. > > - Add a new flavor of the err(3) family, which takes an explicit > errno argument rather than implicitly examining errno. This > will make it easier to use these functions in conjunction with > modern library interfaces that return an errno value explicitly. > > Revision Changes Path > 1.5 +6 -1 src/include/err.h > 1.9 +57 -9 src/lib/libc/gen/err.3 > 1.4 +67 -75 src/lib/libc/gen/err.c > This broke warnx(). Now warnx() appends strerror(errno) to the message. -lq
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199809150507.BAA19409>