summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.statd/statd.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/rpc.statd/statd.c')
-rw-r--r--usr.sbin/rpc.statd/statd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rpc.statd/statd.c b/usr.sbin/rpc.statd/statd.c
index 3b47dfe..7de4c14 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, struct sigcontext *scp)
+static void handle_sigchld(int sig, int code, void *scp)
{
int pid, status;
pid = wait4(-1, &status, WNOHANG, (struct rusage*)0);
OpenPOWER on IntegriCloud