summaryrefslogtreecommitdiffstats
path: root/usr.sbin/rpc.statd
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>1999-10-05 14:40:38 +0000
committermarcel <marcel@FreeBSD.org>1999-10-05 14:40:38 +0000
commitd990c1400b9946c409824d1023591099591c6555 (patch)
tree7a5e55455bad05cd0d64f7ce40bf16d30da610df /usr.sbin/rpc.statd
parent244183965b19077c90df083cad73de57d9229189 (diff)
downloadFreeBSD-src-d990c1400b9946c409824d1023591099591c6555.zip
FreeBSD-src-d990c1400b9946c409824d1023591099591c6555.tar.gz
Undo previous change.
Submitted by: bde
Diffstat (limited to 'usr.sbin/rpc.statd')
-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 7de4c14..3b47dfe 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);
OpenPOWER on IntegriCloud