summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/pcvt
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-06-10 11:03:31 +0000
committerpeter <peter@FreeBSD.org>2000-06-10 11:03:31 +0000
commit1309fd71875a8a2535b9ef53eccff19566dff775 (patch)
treec21f482afffaaf862c404bc8beddd971f9a9ebdd /sys/i386/isa/pcvt
parent338f22ef9cdc41862673f4e5a2842770d45b6f24 (diff)
downloadFreeBSD-src-1309fd71875a8a2535b9ef53eccff19566dff775.zip
FreeBSD-src-1309fd71875a8a2535b9ef53eccff19566dff775.tar.gz
No-op change. Remove #if NVT > 0 in files that are 'optional vt' and
therefore can never be compiled if NVT == 0. config(8) guarantees this.
Diffstat (limited to 'sys/i386/isa/pcvt')
-rw-r--r--sys/i386/isa/pcvt/pcvt_drv.c5
-rw-r--r--sys/i386/isa/pcvt/pcvt_ext.c6
-rw-r--r--sys/i386/isa/pcvt/pcvt_kbd.c6
-rw-r--r--sys/i386/isa/pcvt/pcvt_out.c6
-rw-r--r--sys/i386/isa/pcvt/pcvt_sup.c5
-rw-r--r--sys/i386/isa/pcvt/pcvt_vtf.c6
6 files changed, 0 insertions, 34 deletions
diff --git a/sys/i386/isa/pcvt/pcvt_drv.c b/sys/i386/isa/pcvt/pcvt_drv.c
index 26355cc..379b9d2 100644
--- a/sys/i386/isa/pcvt/pcvt_drv.c
+++ b/sys/i386/isa/pcvt/pcvt_drv.c
@@ -54,9 +54,6 @@
*
*---------------------------------------------------------------------------*/
-#include "vt.h"
-#if NVT > 0
-
#define MAIN
#include <i386/isa/pcvt/pcvt_hdr.h>
#undef MAIN
@@ -833,6 +830,4 @@ vgapelinit(void)
NVGAPEL * sizeof(struct rgb));
}
-#endif /* NVT > 0 */
-
/*-------------------------- E O F -------------------------------------*/
diff --git a/sys/i386/isa/pcvt/pcvt_ext.c b/sys/i386/isa/pcvt/pcvt_ext.c
index fcf212d..50ded4e 100644
--- a/sys/i386/isa/pcvt/pcvt_ext.c
+++ b/sys/i386/isa/pcvt/pcvt_ext.c
@@ -48,9 +48,6 @@
*
*---------------------------------------------------------------------------*/
-#include "vt.h"
-#if NVT > 0
-
#include <i386/isa/pcvt/pcvt_hdr.h> /* global include */
#define ISSIGVALID(sig) ((sig) > 0 && (sig) < NSIG)
@@ -2715,7 +2712,4 @@ usl_vt_ioctl(dev_t dev, int cmd, caddr_t data, int flag, struct proc *p)
}
#endif /* XSERVER */
-#endif /* NVT > 0 */
-
/* ------------------------- E O F ------------------------------------------*/
-
diff --git a/sys/i386/isa/pcvt/pcvt_kbd.c b/sys/i386/isa/pcvt/pcvt_kbd.c
index 0ef701d..f74285f 100644
--- a/sys/i386/isa/pcvt/pcvt_kbd.c
+++ b/sys/i386/isa/pcvt/pcvt_kbd.c
@@ -51,11 +51,8 @@
*
*---------------------------------------------------------------------------*/
-#include "vt.h"
#include "opt_ddb.h"
-#if NVT > 0
-
#include <i386/isa/pcvt/pcvt_hdr.h> /* global include */
#define LEDSTATE_UPDATE_PENDING (1 << 3)
@@ -2529,8 +2526,5 @@ scrollback_restore_screen(void)
if (scrollback_savedscreen)
bcopy(scrollback_savedscreen, vsp->Crtat, scrnsv_size);
}
-
-
-#endif /* NVT > 0 */
/* ------------------------------- EOF -------------------------------------*/
diff --git a/sys/i386/isa/pcvt/pcvt_out.c b/sys/i386/isa/pcvt/pcvt_out.c
index 4090712..c2dc492 100644
--- a/sys/i386/isa/pcvt/pcvt_out.c
+++ b/sys/i386/isa/pcvt/pcvt_out.c
@@ -48,9 +48,6 @@
*
*---------------------------------------------------------------------------*/
-#include "vt.h"
-#if NVT > 0
-
#define PCVT_INCLUDE_VT_SELATTR /* get inline function from pcvt_hdr.h */
#include <i386/isa/pcvt/pcvt_hdr.h> /* global include */
@@ -2220,7 +2217,4 @@ hp_entry(int ch, struct video_state *svsp)
}
}
-#endif /* NVT > 0 */
-
/* ------------------------- E O F ------------------------------------------*/
-
diff --git a/sys/i386/isa/pcvt/pcvt_sup.c b/sys/i386/isa/pcvt/pcvt_sup.c
index ec916ea..7fde462 100644
--- a/sys/i386/isa/pcvt/pcvt_sup.c
+++ b/sys/i386/isa/pcvt/pcvt_sup.c
@@ -50,9 +50,6 @@
*
*---------------------------------------------------------------------------*/
-#include "vt.h"
-#if NVT > 0
-
#include <i386/isa/pcvt/pcvt_hdr.h> /* global include */
#include <sys/resource.h>
@@ -2060,6 +2057,4 @@ mda2egaorvga(void)
outb(GDC_DATA, 0x0a);
}
-#endif /* NVT > 0 */
-
/* ------------------------- E O F ------------------------------------------*/
diff --git a/sys/i386/isa/pcvt/pcvt_vtf.c b/sys/i386/isa/pcvt/pcvt_vtf.c
index c81736e..44c7ef7 100644
--- a/sys/i386/isa/pcvt/pcvt_vtf.c
+++ b/sys/i386/isa/pcvt/pcvt_vtf.c
@@ -48,9 +48,6 @@
*
*---------------------------------------------------------------------------*/
-#include "vt.h"
-#if NVT > 0
-
#define PCVT_INCLUDE_VT_SELATTR /* get inline function from pcvt_hdr.h */
#include <i386/isa/pcvt/pcvt_hdr.h> /* global include */
@@ -2155,7 +2152,4 @@ selective_erase(struct video_state *svsp, u_short *pcrtat, int length)
}
}
-#endif /* NVT > 0 */
-
/* ------------------------- E O F ------------------------------------------*/
-
OpenPOWER on IntegriCloud