summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2004-12-20 10:21:27 +0000
committerharti <harti@FreeBSD.org>2004-12-20 10:21:27 +0000
commit835198efc59ad685b5cfbe6e3a55e5191b9b81f9 (patch)
tree2a4cd70886581a8d2bd99f045520140e927bde3e /usr.bin
parent747bbb41c47df3f972647431e7d0d2ea74be65c1 (diff)
downloadFreeBSD-src-835198efc59ad685b5cfbe6e3a55e5191b9b81f9.zip
FreeBSD-src-835198efc59ad685b5cfbe6e3a55e5191b9b81f9.tar.gz
Fix compilation for the USE_KQUEUE case.
Submitted by: Emil Mikulic <emikulic@dmr.ath.cx>
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/make/job.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c
index aabf445..22d1cc2 100644
--- a/usr.bin/make/job.c
+++ b/usr.bin/make/job.c
@@ -1975,7 +1975,11 @@ Job_CatchChildren(Boolean block)
* -----------------------------------------------------------------------
*/
void
+#ifdef USE_KQUEUE
+Job_CatchOutput(int flag __unused)
+#else
Job_CatchOutput(int flag)
+#endif
{
int nfds;
#ifdef USE_KQUEUE
OpenPOWER on IntegriCloud