summaryrefslogtreecommitdiff
path: root/sys/dev/usb/usb.c
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2002-03-11 16:22:15 +0000
committerJosef Karthauser <joe@FreeBSD.org>2002-03-11 16:22:15 +0000
commitbe036866cfcf050b22185e2e624ad6230fc3a0e8 (patch)
treeb49c659e09f88b9b1f9f65a5e26547d7541963b3 /sys/dev/usb/usb.c
parentfbe63bf2bb5e903c6b6338c954e2139e0945709e (diff)
Notes
Diffstat (limited to 'sys/dev/usb/usb.c')
-rw-r--r--sys/dev/usb/usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usb.c b/sys/dev/usb/usb.c
index a96bf352fd95..1f375720241c 100644
--- a/sys/dev/usb/usb.c
+++ b/sys/dev/usb/usb.c
@@ -145,7 +145,7 @@ struct cdevsw usb_cdevsw = {
/* dump */ nodump,
/* psize */ nopsize,
/* flags */ 0,
-#if !defined(__FreeBSD__) || (__FreeBSD__ < 5)
+#if __FreeBSD_version < 500014
/* bmaj */ -1
#endif
};