diff options
| author | Will Andrews <will@FreeBSD.org> | 2007-04-14 05:04:10 +0000 |
|---|---|---|
| committer | Will Andrews <will@FreeBSD.org> | 2007-04-14 05:04:10 +0000 |
| commit | 92fe10a22e8ab52660b0027c005744f80b87b258 (patch) | |
| tree | 61085f26323790ff488f6e0457faa9bed623c666 /usr.bin/make | |
| parent | a08df3267d799c3dc6240ceda9d276038f9039bc (diff) | |
Notes
Diffstat (limited to 'usr.bin/make')
| -rw-r--r-- | usr.bin/make/job.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c index 629460a532f4..e9cf8607b1a6 100644 --- a/usr.bin/make/job.c +++ b/usr.bin/make/job.c @@ -2338,7 +2338,7 @@ Job_Init(int maxproc) jobFull = FALSE; } } - if (fifoFd <= 0) { + if (fifoFd < 0) { maxJobs = maxproc; jobFull = FALSE; } else { |
