summaryrefslogtreecommitdiffstats
path: root/sys/dev/sr/if_sr.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-07-21 04:25:30 +0000
committerimp <imp@FreeBSD.org>2002-07-21 04:25:30 +0000
commit47984ba21d7db72ec8096a6bf805a5ac8669f1fe (patch)
tree2c0608e8a09d0b84a5ba2b4e045ab6ed6868898f /sys/dev/sr/if_sr.c
parentce61f92eb6b117c5a5f8b7218b71b332f10cc33f (diff)
downloadFreeBSD-src-47984ba21d7db72ec8096a6bf805a5ac8669f1fe.zip
FreeBSD-src-47984ba21d7db72ec8096a6bf805a5ac8669f1fe.tar.gz
Don't abuse __FreeBSD__ as version number. Since it was >= 3, remove
the ifdef completely.
Diffstat (limited to 'sys/dev/sr/if_sr.c')
-rw-r--r--sys/dev/sr/if_sr.c2
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 */
OpenPOWER on IntegriCloud