summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/scvtb.c
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2000-03-29 12:26:41 +0000
committernyan <nyan@FreeBSD.org>2000-03-29 12:26:41 +0000
commited031b005eaa9ea1bc4a341fcae0790ea6050813 (patch)
treebe478d8aad3bbcf6eae6833a4349d25a50350eea /sys/pc98/cbus/scvtb.c
parent409bbf806052ec3deb6fa3c7f799afeb0559dfb7 (diff)
downloadFreeBSD-src-ed031b005eaa9ea1bc4a341fcae0790ea6050813.zip
FreeBSD-src-ed031b005eaa9ea1bc4a341fcae0790ea6050813.tar.gz
Merge from the following changes.
File Revision sys/conf/files.i386 1.303 and 1.304 sys/dev/kbd/atkbd.c 1.23 sys/dev/syscons/scterm-sc.c 1.2 sys/dev/syscons/scvgarndr.c 1.5 sys/dev/syscons/scvtb.c 1.5 sys/dev/syscons/syscons.c 1.335 sys/isa/syscons_isa.c 1.11 sys/isa/vga_isa.c 1.17
Diffstat (limited to 'sys/pc98/cbus/scvtb.c')
-rw-r--r--sys/pc98/cbus/scvtb.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/pc98/cbus/scvtb.c b/sys/pc98/cbus/scvtb.c
index 1c0be2c..7677442 100644
--- a/sys/pc98/cbus/scvtb.c
+++ b/sys/pc98/cbus/scvtb.c
@@ -26,11 +26,8 @@
* $FreeBSD$
*/
-#include "sc.h"
#include "opt_syscons.h"
-#if NSC > 0
-
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/malloc.h>
@@ -405,5 +402,3 @@ sc_vtb_ins(sc_vtb_t *vtb, int at, int count, int c, int attr)
(void *)sc_vtb_attr_pointer(vtb, at), count);
}
}
-
-#endif /* NSC */
OpenPOWER on IntegriCloud