diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-07-11 18:45:59 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-07-11 18:45:59 +0000 |
| commit | ef6d75ff7dcb42ee76541774d7f1cc666fc15031 (patch) | |
| tree | 6059305625530a9bcc07fb917d201e24a2315c0e /usr.sbin/rpc.statd | |
| parent | 5c9c274a5f23b225213f9299558d921eff4e62ee (diff) | |
Notes
Diffstat (limited to 'usr.sbin/rpc.statd')
| -rw-r--r-- | usr.sbin/rpc.statd/procs.c | 2 |
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; |
