summaryrefslogtreecommitdiff
path: root/usr.sbin/rpc.statd
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2002-07-11 18:45:59 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2002-07-11 18:45:59 +0000
commitef6d75ff7dcb42ee76541774d7f1cc666fc15031 (patch)
tree6059305625530a9bcc07fb917d201e24a2315c0e /usr.sbin/rpc.statd
parent5c9c274a5f23b225213f9299558d921eff4e62ee (diff)
Notes
Diffstat (limited to 'usr.sbin/rpc.statd')
-rw-r--r--usr.sbin/rpc.statd/procs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/rpc.statd/procs.c b/usr.sbin/rpc.statd/procs.c
index efd293c461eb..8ce068446c29 100644
--- a/usr.sbin/rpc.statd/procs.c
+++ b/usr.sbin/rpc.statd/procs.c
@@ -315,7 +315,7 @@ struct sm_stat *sm_unmon_all_1_svc(my_id *arg, struct svc_req *req __unused)
and inform all hosts on the monitor list.
*/
-void *sm_simu_crash_1_svc(void *v, struct svc_req *req __unused)
+void *sm_simu_crash_1_svc(void *v __unused, struct svc_req *req __unused)
{
static char dummy;
int work_to_do;