diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-07-21 04:25:30 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-07-21 04:25:30 +0000 |
| commit | 05335a0e90fc4c4c7dc61dad0bf6a06fc8ec868f (patch) | |
| tree | 2c0608e8a09d0b84a5ba2b4e045ab6ed6868898f /sys/dev/sr | |
| parent | 5c673b5765c9168bd05184509bdd9a1d91e8613c (diff) | |
Notes
Diffstat (limited to 'sys/dev/sr')
| -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 7d30e674395c..7d6b9b34b683 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 */ |
