summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/pcvt/pcvt_out.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-08-16 16:14:28 +0000
committerbde <bde@FreeBSD.org>1995-08-16 16:14:28 +0000
commitb31df0923855dfd9d896af85136b21457656fb94 (patch)
tree615cdfe7b4bd682482b05bb8cf71a6e13bc3f095 /sys/i386/isa/pcvt/pcvt_out.c
parent6a4e982f2752e3e2c2174179969c6ecc93410a5f (diff)
downloadFreeBSD-src-b31df0923855dfd9d896af85136b21457656fb94.zip
FreeBSD-src-b31df0923855dfd9d896af85136b21457656fb94.tar.gz
Make everything except the unsupported network sources compile cleanly
with -Wnested-externs.
Diffstat (limited to 'sys/i386/isa/pcvt/pcvt_out.c')
-rw-r--r--sys/i386/isa/pcvt/pcvt_out.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/isa/pcvt/pcvt_out.c b/sys/i386/isa/pcvt/pcvt_out.c
index cce878b..945ee24 100644
--- a/sys/i386/isa/pcvt/pcvt_out.c
+++ b/sys/i386/isa/pcvt/pcvt_out.c
@@ -66,6 +66,9 @@
#include "pcvt_hdr.h" /* global include */
+extern u_short csd_ascii[]; /* pcvt_tbl.h */
+extern u_short csd_supplemental[];
+
static void check_scroll ( struct video_state *svsp );
static void hp_entry ( U_char ch, struct video_state *svsp );
static void vt_coldinit ( void );
@@ -889,9 +892,6 @@ sput (u_char *s, U_char kernel, int len, int page)
static void
vt_coldinit(void)
{
- extern u_short csd_ascii[]; /* pcvt_tbl.h */
- extern u_short csd_supplemental[];
-
u_short volatile *cp = Crtat + (CGA_BUF-MONO_BUF)/CHR;
u_short was;
int nscr, charset;
OpenPOWER on IntegriCloud