aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2002-02-14 00:35:03 +0000
committerJosef Karthauser <joe@FreeBSD.org>2002-02-14 00:35:03 +0000
commit7dcd88f85f70a70161553ac30a127229697f797a (patch)
treecb118bf90bc7775446c9d47ca734d02ae5db8122
parentd0d80d05a6b0d29f7b6a938ef6537ca9886baac0 (diff)
Notes
-rw-r--r--sys/dev/usb/uscanner.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/usb/uscanner.c b/sys/dev/usb/uscanner.c
index 26cb63f7f0bef..d07c7389d7d9e 100644
--- a/sys/dev/usb/uscanner.c
+++ b/sys/dev/usb/uscanner.c
@@ -252,6 +252,9 @@ Static struct cdevsw uscanner_cdevsw = {
/* dump */ nodump,
/* psize */ nopsize,
/* flags */ 0,
+#if !defined(__FreeBSD__) || (__FreeBSD__ < 5)
+ /* bmaj */ -1
+#endif
};
#endif