diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-10-05 14:40:38 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 1999-10-05 14:40:38 +0000 |
| commit | 732c957ce2a50a0146fa9f86524d35251d784f2e (patch) | |
| tree | e64a3cf8854d08ea1c0d0302f109ee5e90be22b4 /usr.sbin/rpc.statd/statd.c | |
| parent | 0ec4416c559c2b5294ff1412a69acfa3289b0bdb (diff) | |
Notes
Diffstat (limited to 'usr.sbin/rpc.statd/statd.c')
| -rw-r--r-- | usr.sbin/rpc.statd/statd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rpc.statd/statd.c b/usr.sbin/rpc.statd/statd.c index 7de4c1413100..3b47dfe041bb 100644 --- a/usr.sbin/rpc.statd/statd.c +++ b/usr.sbin/rpc.statd/statd.c @@ -125,7 +125,7 @@ usage() children to exit when they have done their work. */ -static void handle_sigchld(int sig, int code, void *scp) +static void handle_sigchld(int sig, int code, struct sigcontext *scp) { int pid, status; pid = wait4(-1, &status, WNOHANG, (struct rusage*)0); |
