summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/pcvt/pcvt_out.c
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/pcvt_out.c
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/pcvt_out.c')
-rw-r--r--sys/i386/isa/pcvt/pcvt_out.c6
1 files changed, 0 insertions, 6 deletions
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 ------------------------------------------*/
-
OpenPOWER on IntegriCloud