summaryrefslogtreecommitdiffstats
path: root/usr.bin/make
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2009-12-29 22:33:07 +0000
committered <ed@FreeBSD.org>2009-12-29 22:33:07 +0000
commit49e7706638fe4cbd657d21ced7be49c0c39fb1d0 (patch)
tree73c17fecef6fb73c0531f8960b7e345684cb7ec7 /usr.bin/make
parent5f412839ebd7449115f0c1a4f0b4c62b8f8debcd (diff)
downloadFreeBSD-src-49e7706638fe4cbd657d21ced7be49c0c39fb1d0.zip
FreeBSD-src-49e7706638fe4cbd657d21ced7be49c0c39fb1d0.tar.gz
Add missing `void' keyword.
Diffstat (limited to 'usr.bin/make')
-rw-r--r--usr.bin/make/job.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/make/job.c b/usr.bin/make/job.c
index 3d9240a..ba8787b 100644
--- a/usr.bin/make/job.c
+++ b/usr.bin/make/job.c
@@ -485,7 +485,7 @@ catch_child(int sig __unused)
/**
*/
void
-Proc_Init()
+Proc_Init(void)
{
/*
* Catch SIGCHLD so that we get kicked out of select() when we
OpenPOWER on IntegriCloud