mark unused variable.

This commit is contained in:
Alfred Perlstein 2002-07-11 18:45:59 +00:00
parent 5c9c274a5f
commit ef6d75ff7d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99804

View File

@ -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;