summaryrefslogtreecommitdiffstats
path: root/sys/contrib
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2001-03-26 12:41:29 +0000
committerphk <phk@FreeBSD.org>2001-03-26 12:41:29 +0000
commitc47745e97713190e3da533b9d29b74b2ceee96f1 (patch)
tree6046a3f7ba5778a5ad444f6594e905caeb70379f /sys/contrib
parenta95c2d852912f59fb8e69c1a812dabcaf04cfc23 (diff)
downloadFreeBSD-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/contrib')
-rw-r--r--sys/contrib/dev/fla/fla.c2
-rw-r--r--sys/contrib/ipfilter/netinet/mlfk_ipl.c1
2 files changed, 0 insertions, 3 deletions
diff --git a/sys/contrib/dev/fla/fla.c b/sys/contrib/dev/fla/fla.c
index 3b0b03b..54a98b9 100644
--- a/sys/contrib/dev/fla/fla.c
+++ b/sys/contrib/dev/fla/fla.c
@@ -39,7 +39,6 @@ static int fla_debug = 0;
SYSCTL_INT(_debug, OID_AUTO, fladebug, CTLFLAG_RW, &fla_debug, 0, "");
#define CDEV_MAJOR 102
-#define BDEV_MAJOR 28
static d_strategy_t flastrategy;
static d_open_t flaopen;
@@ -60,7 +59,6 @@ static struct cdevsw fla_cdevsw = {
/* dump */ nodump,
/* psize */ nopsize,
/* flags */ D_DISK | D_CANFREE,
- /* bmaj */ BDEV_MAJOR
};
static struct cdevsw fladisk_cdevsw;
diff --git a/sys/contrib/ipfilter/netinet/mlfk_ipl.c b/sys/contrib/ipfilter/netinet/mlfk_ipl.c
index 7a7971f..2a51d7d 100644
--- a/sys/contrib/ipfilter/netinet/mlfk_ipl.c
+++ b/sys/contrib/ipfilter/netinet/mlfk_ipl.c
@@ -114,7 +114,6 @@ static struct cdevsw ipl_cdevsw = {
/* dump */ nodump,
/* psize */ nopsize,
/* flags */ 0,
- /* bmaj */ -1
};
static int
OpenPOWER on IntegriCloud