Date: Wed, 6 Oct 2010 20:49:45 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/usr.bin/make main.c Message-ID: <201010062050.o96Ko3id013443@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2010-10-06 20:49:45 UTC FreeBSD src repository Modified files: usr.bin/make main.c Log: SVN rev 213493 on 2010-10-06 20:49:45Z by imp Use more portable errx instead of errc. The latter doesn't buy us anyting anyway, since the error EAGAIN's error message doesn't add anything to the error strings that are there now. Revision Changes Path 1.182 +2 -4 src/usr.bin/make/main.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010062050.o96Ko3id013443>