aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/job.c
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2009-12-29 22:33:07 +0000
committerEd Schouten <ed@FreeBSD.org>2009-12-29 22:33:07 +0000
commit8a036b7c033a042c64122c6c536223aa752e9a75 (patch)
tree73c17fecef6fb73c0531f8960b7e345684cb7ec7 /usr.bin/make/job.c
parent645e7f1b9db01742d62ee77b33735aa11e35f472 (diff)
downloadsrc-8a036b7c033a042c64122c6c536223aa752e9a75.tar.gz
src-8a036b7c033a042c64122c6c536223aa752e9a75.zip
Add missing `void' keyword.
Notes
Notes: svn path=/head/; revision=201225
Diffstat (limited to 'usr.bin/make/job.c')
-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 3d9240a71627..ba8787b18dcf 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