Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 12/03/2000 04:19:33
Module Name: basesrc
Committed By: christos
Date: Sun Dec 3 02:19:33 UTC 2000
Modified Files:
basesrc/usr.bin/make: job.c
Log Message:
1. switch to using poll by default; can be overriden by compiling with
-DUSE_SELECT
2. make sure that we don't overrun our allocated fd_set if USE_SELECT is defined
To generate a diff of this commit:
cvs rdiff -r1.34 -r1.35 basesrc/usr.bin/make/job.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.