From 1309fd71875a8a2535b9ef53eccff19566dff775 Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 10 Jun 2000 11:03:31 +0000 Subject: 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. --- sys/i386/isa/pcvt/pcvt_out.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sys/i386/isa/pcvt/pcvt_out.c') 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 /* global include */ @@ -2220,7 +2217,4 @@ hp_entry(int ch, struct video_state *svsp) } } -#endif /* NVT > 0 */ - /* ------------------------- E O F ------------------------------------------*/ - -- cgit v1.1