diff options
author | phk <phk@FreeBSD.org> | 2001-03-26 12:41:29 +0000 |
---|---|---|
committer | phk <phk@FreeBSD.org> | 2001-03-26 12:41:29 +0000 |
commit | c47745e97713190e3da533b9d29b74b2ceee96f1 (patch) | |
tree | 6046a3f7ba5778a5ad444f6594e905caeb70379f /sys/dev/joy | |
parent | a95c2d852912f59fb8e69c1a812dabcaf04cfc23 (diff) | |
download | FreeBSD-src-c47745e97713190e3da533b9d29b74b2ceee96f1.zip FreeBSD-src-c47745e97713190e3da533b9d29b74b2ceee96f1.tar.gz |
Send the remains (such as I have located) of "block major numbers" to
the bit-bucket.
Diffstat (limited to 'sys/dev/joy')
-rw-r--r-- | sys/dev/joy/joy.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/joy/joy.c b/sys/dev/joy/joy.c index b12e201..55ff62c 100644 --- a/sys/dev/joy/joy.c +++ b/sys/dev/joy/joy.c @@ -93,7 +93,6 @@ static struct cdevsw joy_cdevsw = { /* dump */ nodump, /* psize */ nopsize, /* flags */ 0, - /* bmaj */ -1 }; devclass_t joy_devclass; |