summaryrefslogtreecommitdiffstats
path: root/sys/kern
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/kern
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/kern')
-rw-r--r--sys/kern/kern_descrip.c1
-rw-r--r--sys/kern/subr_log.c1
-rw-r--r--sys/kern/tty_cons.c1
-rw-r--r--sys/kern/tty_pty.c2
-rw-r--r--sys/kern/tty_snoop.c1
-rw-r--r--sys/kern/tty_tty.c1
6 files changed, 0 insertions, 7 deletions
diff --git a/sys/kern/kern_descrip.c b/sys/kern/kern_descrip.c
index 79b8e41..90023ee 100644
--- a/sys/kern/kern_descrip.c
+++ b/sys/kern/kern_descrip.c
@@ -83,7 +83,6 @@ static struct cdevsw fildesc_cdevsw = {
/* dump */ nodump,
/* psize */ nopsize,
/* flags */ 0,
- /* bmaj */ -1
};
static int do_dup __P((struct filedesc *fdp, int old, int new, register_t *retval, struct proc *p));
diff --git a/sys/kern/subr_log.c b/sys/kern/subr_log.c
index d63dfb6..cbf1fd7 100644
--- a/sys/kern/subr_log.c
+++ b/sys/kern/subr_log.c
@@ -80,7 +80,6 @@ static struct cdevsw log_cdevsw = {
/* dump */ nodump,
/* psize */ nopsize,
/* flags */ 0,
- /* bmaj */ -1
};
static struct logsoftc {
diff --git a/sys/kern/tty_cons.c b/sys/kern/tty_cons.c
index 9aa2c23..a40db4b 100644
--- a/sys/kern/tty_cons.c
+++ b/sys/kern/tty_cons.c
@@ -75,7 +75,6 @@ static struct cdevsw cn_cdevsw = {
/* dump */ nodump,
/* psize */ nopsize,
/* flags */ D_TTY | D_KQFILTER,
- /* bmaj */ -1,
/* kqfilter */ cnkqfilter,
};
diff --git a/sys/kern/tty_pty.c b/sys/kern/tty_pty.c
index 501dde1..9ff369b 100644
--- a/sys/kern/tty_pty.c
+++ b/sys/kern/tty_pty.c
@@ -87,7 +87,6 @@ static struct cdevsw pts_cdevsw = {
/* dump */ nodump,
/* psize */ nopsize,
/* flags */ D_TTY | D_KQFILTER,
- /* bmaj */ -1,
/* kqfilter */ ttykqfilter,
};
@@ -106,7 +105,6 @@ static struct cdevsw ptc_cdevsw = {
/* dump */ nodump,
/* psize */ nopsize,
/* flags */ D_TTY | D_KQFILTER,
- /* bmaj */ -1,
/* kqfilter */ ttykqfilter,
};
diff --git a/sys/kern/tty_snoop.c b/sys/kern/tty_snoop.c
index 3744928..442eafd 100644
--- a/sys/kern/tty_snoop.c
+++ b/sys/kern/tty_snoop.c
@@ -52,7 +52,6 @@ static struct cdevsw snp_cdevsw = {
/* dump */ nodump,
/* psize */ nopsize,
/* flags */ 0,
- /* bmaj */ -1
};
diff --git a/sys/kern/tty_tty.c b/sys/kern/tty_tty.c
index 66f7a7b..5ad470b 100644
--- a/sys/kern/tty_tty.c
+++ b/sys/kern/tty_tty.c
@@ -69,7 +69,6 @@ struct cdevsw ctty_cdevsw = {
/* dump */ nodump,
/* psize */ nopsize,
/* flags */ D_TTY,
- /* bmaj */ -1
};
#define cttyvp(p) ((p)->p_flag & P_CONTROLT ? (p)->p_session->s_ttyvp : NULL)
OpenPOWER on IntegriCloud