--- src/sys/kern/subr_prof.c 2006/12/23 00:35:04 1.14 +++ src/sys/kern/subr_prof.c 2006/12/23 23:47:54 1.15 @@ -62,7 +62,7 @@ struct gmonparam _gmonparam = { GMON_PRO #include void -nullfunc_loop_profiled() +nullfunc_loop_profiled(void) { int i; @@ -73,7 +73,7 @@ nullfunc_loop_profiled() #define nullfunc_loop_profiled_end nullfunc_profiled /* XXX */ void -nullfunc_profiled() +nullfunc_profiled(void) { } #endif /* GUPROF */