diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2003-08-25 22:01:06 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2003-08-25 22:01:06 +0000 |
| commit | 219b479f9f7fcffd3e7abeca5837b0a4205d0be6 (patch) | |
| tree | 2daa8f810432217314c2b26acafce673a8f8ee55 /sys/dev/usb/uscanner.c | |
| parent | d893d5f8dca4935d3a1a19b1181d4120a7292178 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/uscanner.c')
| -rw-r--r-- | sys/dev/usb/uscanner.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/uscanner.c b/sys/dev/usb/uscanner.c index cff0e434ff88..8615d9a8fd36 100644 --- a/sys/dev/usb/uscanner.c +++ b/sys/dev/usb/uscanner.c @@ -267,7 +267,7 @@ Static struct cdevsw uscanner_cdevsw = { .d_name = "uscanner", .d_maj = USCANNER_CDEV_MAJOR, #if __FreeBSD_version < 500014 - /* bmaj */ -1 + .d_bmaj -1 #endif }; #endif |
