From owner-cvs-src@FreeBSD.ORG Thu Mar 8 07:57:44 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 508BE16A401; Thu, 8 Mar 2007 07:57:44 +0000 (UTC) (envelope-from will@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id 29A1013C471; Thu, 8 Mar 2007 07:57:44 +0000 (UTC) (envelope-from will@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id l287vi0h017374; Thu, 8 Mar 2007 07:57:44 GMT (envelope-from will@repoman.freebsd.org) Received: (from will@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id l287viDu017373; Thu, 8 Mar 2007 07:57:44 GMT (envelope-from will) Message-Id: <200703080757.l287viDu017373@repoman.freebsd.org> From: Will Andrews Date: Thu, 8 Mar 2007 07:57:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/make job.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Mar 2007 07:57:44 -0000 will 2007-03-08 07:57:43 UTC FreeBSD src repository Modified files: usr.bin/make job.c Log: Fix a bug where the standard input (fifoFd == 0) was confused with an error return from open(2), leading to an erroneous value of maxJobs and a hung make when -f is standard input and -j is used. PR: bin/101232 Submitted by: Nate Eldredge Revision Changes Path 1.125 +1 -1 src/usr.bin/make/job.c