diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2002-02-14 00:35:03 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2002-02-14 00:35:03 +0000 |
| commit | 7dcd88f85f70a70161553ac30a127229697f797a (patch) | |
| tree | cb118bf90bc7775446c9d47ca734d02ae5db8122 /sys/dev/usb | |
| parent | d0d80d05a6b0d29f7b6a938ef6537ca9886baac0 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/uscanner.c | 3 |
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 |
