Date: Tue, 4 May 2004 11:43:58 +0200 From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: Robert Watson <rwatson@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/id id.1 id.c Message-ID: <20040504094358.GW24376@darkness.comp.waw.pl> In-Reply-To: <200405032250.i43MoNuK054996@repoman.freebsd.org> References: <200405032250.i43MoNuK054996@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--cBogQDtremapRGMG Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, May 03, 2004 at 03:50:23PM -0700, Robert Watson wrote: +> + errx(1, "mac_prepare_type: %s", strerror(errno)); [...] +> + errx(1, "mac_get_proc: %s", strerror(errno)); [...] +> + errx(1, "mac_to_text: %s", strerror(errno)); Why don't you simply: err(1, "mac_prepare_type"); err(1, "mac_get_proc"); err(1, "mac_to_text"); ? --=20 Pawel Jakub Dawidek http://www.FreeBSD.org pjd@FreeBSD.org http://garage.freebsd.pl FreeBSD committer Am I Evil? Yes, I Am! --cBogQDtremapRGMG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAl2XeForvXbEpPzQRAtZJAJ9At77PuCGwjx/O8YvXJwfhYuELJgCg7gNj 6BfGMOs77wP/c4i32DZ1zA4= =tXd7 -----END PGP SIGNATURE----- --cBogQDtremapRGMG--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040504094358.GW24376>