aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-02-05 11:29:38 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-02-05 11:29:38 +0000
commita1fed99776832f70ae19fe9f5d986c7de2e552f4 (patch)
tree58a57e399b63ceea8722e5188d7f11a5faf4b3fb
parentf534e774460a890734be8a1acd42549a0d9292a1 (diff)
Notes
-rw-r--r--sys/i386/i386/conf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/i386/conf.c b/sys/i386/i386/conf.c
index f2707d19e066..c533ed339d50 100644
--- a/sys/i386/i386/conf.c
+++ b/sys/i386/i386/conf.c
@@ -41,7 +41,7 @@
* SUCH DAMAGE.
*
* from: @(#)conf.c 5.8 (Berkeley) 5/12/91
- * $Id: conf.c,v 1.55 1995/01/25 20:57:32 jmz Exp $
+ * $Id: conf.c,v 1.56 1995/01/31 06:34:53 amurai Exp $
*/
#include <sys/param.h>
@@ -316,7 +316,7 @@ int nblkdev = sizeof (bdevsw) / sizeof (bdevsw[0]);
/* more console */
#include "sc.h"
#include "vt.h"
-#if NSC > 0 || NVT > 0
+#if NSC > 0
d_open_t scopen;
d_close_t scclose;
d_rdwr_t scread, scwrite;