diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/sr/if_sr.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/sr/if_sr.c b/sys/dev/sr/if_sr.c index 7d30e67..7d6b9b3 100644 --- a/sys/dev/sr/if_sr.c +++ b/sys/dev/sr/if_sr.c @@ -152,9 +152,7 @@ struct sr_softc { #define SCF_RUNNING 0x01 /* board is active */ #define SCF_OACTIVE 0x02 /* output is active */ int out_dog; /* watchdog cycles output count-down */ -#if ( __FreeBSD__ >= 3 ) struct callout_handle handle; /* timeout(9) handle */ -#endif u_long inbytes, outbytes; /* stats */ u_long lastinbytes, lastoutbytes; /* a second ago */ u_long inrate, outrate; /* highest rate seen */ |