From owner-cvs-src-old@FreeBSD.ORG Wed Oct 6 20:50:03 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B6C61065673 for ; Wed, 6 Oct 2010 20:50:03 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 5F8BD8FC16 for ; Wed, 6 Oct 2010 20:50:03 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o96Ko3x3013444 for ; Wed, 6 Oct 2010 20:50:03 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o96Ko3id013443 for cvs-src-old@freebsd.org; Wed, 6 Oct 2010 20:50:03 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <201010062050.o96Ko3id013443@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Wed, 6 Oct 2010 20:49:45 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/usr.bin/make main.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Oct 2010 20:50:03 -0000 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