Mark osi __unused so this compiles cleanly on FreeBSD
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
83a4c3f99e
commit
30f7722958
@ -38,7 +38,11 @@ static timer_t t;
|
|||||||
static bool fail = true;
|
static bool fail = true;
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
#if defined(__FreeBSD__)
|
||||||
|
timer_signal_handler(int signo, siginfo_t *si, void *osi __unused)
|
||||||
|
#else
|
||||||
timer_signal_handler(int signo, siginfo_t *si, void *osi)
|
timer_signal_handler(int signo, siginfo_t *si, void *osi)
|
||||||
|
#endif
|
||||||
{
|
{
|
||||||
timer_t *tp;
|
timer_t *tp;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user