summaryrefslogtreecommitdiffstats
path: root/sys/kern/tty_cons.c
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2004-12-01 04:59:33 +0000
committerscottl <scottl@FreeBSD.org>2004-12-01 04:59:33 +0000
commit3b185ba05b013889fb9a4f02e530c8b1d734ac7d (patch)
tree719336249a200cf5775895b7f48a80bbb7459fb3 /sys/kern/tty_cons.c
parentbbfe6568e2f0be5145349496b27f9de33b6e67b8 (diff)
downloadFreeBSD-src-3b185ba05b013889fb9a4f02e530c8b1d734ac7d.zip
FreeBSD-src-3b185ba05b013889fb9a4f02e530c8b1d734ac7d.tar.gz
Remove the last vestiges of the userconfig option. None of this actually
did anything, so this commit should be considered a NO-OP.
Diffstat (limited to 'sys/kern/tty_cons.c')
-rw-r--r--sys/kern/tty_cons.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/tty_cons.c b/sys/kern/tty_cons.c
index 0908eec..4842809 100644
--- a/sys/kern/tty_cons.c
+++ b/sys/kern/tty_cons.c
@@ -143,8 +143,7 @@ cninit(void)
cn_mute = ((boothowto & (RB_MUTE
|RB_SINGLE
|RB_VERBOSE
- |RB_ASKNAME
- |RB_CONFIG)) == RB_MUTE);
+ |RB_ASKNAME)) == RB_MUTE);
/*
* Find the first console with the highest priority.
OpenPOWER on IntegriCloud