diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2002-02-15 22:54:10 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2002-02-15 22:54:10 +0000 |
| commit | c67fd26e984ab205db6835ab41660bf2e2a32af3 (patch) | |
| tree | f3911ffd1c740ea97235f2e9bebfffc7b73cf2e0 /sys/dev/usb/ums.c | |
| parent | 58746172638b840e31a260570a2b594f2d64eb1b (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/ums.c')
| -rw-r--r-- | sys/dev/usb/ums.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/usb/ums.c b/sys/dev/usb/ums.c index 7aeee20c580f..f42e7b5bfc77 100644 --- a/sys/dev/usb/ums.c +++ b/sys/dev/usb/ums.c @@ -158,6 +158,9 @@ Static struct cdevsw ums_cdevsw = { /* dump */ nodump, /* psize */ nopsize, /* flags */ 0, +#if !defined(__FreeBSD__) || (__FreeBSD__ < 5) + /* bmaj */ -1 +#endif }; USB_DECLARE_DRIVER(ums); |
