diff options
| author | Scott Long <scottl@FreeBSD.org> | 2004-12-01 04:59:33 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2004-12-01 04:59:33 +0000 |
| commit | 05d0bf79ed01748748514a600f1fb2e8b9646fe8 (patch) | |
| tree | 719336249a200cf5775895b7f48a80bbb7459fb3 /sys/kern/tty_cons.c | |
| parent | 0297d51ea3ceb21feefa24b902993e6b179ab8d2 (diff) | |
Notes
Diffstat (limited to 'sys/kern/tty_cons.c')
| -rw-r--r-- | sys/kern/tty_cons.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/tty_cons.c b/sys/kern/tty_cons.c index 0908eec8eab5..4842809f784a 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. |
