summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 efd293c..8ce0684 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;
OpenPOWER on IntegriCloud