summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/ugen.c
diff options
context:
space:
mode:
authorjoe <joe@FreeBSD.org>2002-02-15 22:54:10 +0000
committerjoe <joe@FreeBSD.org>2002-02-15 22:54:10 +0000
commit19331922cd0fb5b41d689b594c3d4be59594b572 (patch)
treef3911ffd1c740ea97235f2e9bebfffc7b73cf2e0 /sys/dev/usb/ugen.c
parent3a2318bd78bb44e69310d4397eed63658ac8a65f (diff)
downloadFreeBSD-src-19331922cd0fb5b41d689b594c3d4be59594b572.zip
FreeBSD-src-19331922cd0fb5b41d689b594c3d4be59594b572.tar.gz
Re-add bmaj to the cdevsw's, but don't compile it in on -current.
This makes the code more portable between -current, -stable and the other BSDs.
Diffstat (limited to 'sys/dev/usb/ugen.c')
-rw-r--r--sys/dev/usb/ugen.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/usb/ugen.c b/sys/dev/usb/ugen.c
index 9a29509..ae18038 100644
--- a/sys/dev/usb/ugen.c
+++ b/sys/dev/usb/ugen.c
@@ -147,6 +147,9 @@ Static struct cdevsw ugen_cdevsw = {
/* dump */ nodump,
/* psize */ nopsize,
/* flags */ 0,
+#if !defined(__FreeBSD__) || (__FreeBSD__ < 5)
+ /* bmaj */ -1
+#endif
};
#endif
OpenPOWER on IntegriCloud