diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2009-12-29 22:33:07 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2009-12-29 22:33:07 +0000 |
| commit | 8a036b7c033a042c64122c6c536223aa752e9a75 (patch) | |
| tree | 73c17fecef6fb73c0531f8960b7e345684cb7ec7 /usr.bin/make | |
| parent | 645e7f1b9db01742d62ee77b33735aa11e35f472 (diff) | |
Notes
Diffstat (limited to 'usr.bin/make')
| -rw-r--r-- | usr.bin/make/job.c | 2 |
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 |
