summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2003-12-19 11:18:37 +0000
committerScott Long <scottl@FreeBSD.org>2003-12-19 11:18:37 +0000
commitd11fc0ae6fa8658c83ca65b8b5c25562f71aaae2 (patch)
tree68112018df9d5f28298939f2a6822da546bb5b38
parent9ab65054a70936b861140c850818b40f11f06dbd (diff)
Notes
-rw-r--r--usr.bin/make/job.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/make/job.h b/usr.bin/make/job.h
index ba80c2ff0129..284b16bdab7b 100644
--- a/usr.bin/make/job.h
+++ b/usr.bin/make/job.h
@@ -56,8 +56,8 @@
* before coming out to see if a child has finished. SEL_SEC is the number of
* seconds and SEL_USEC is the number of micro-seconds
*/
-#define SEL_SEC 0
-#define SEL_USEC 100000
+#define SEL_SEC 2
+#define SEL_USEC 0
#endif /* !USE_KQUEUE */