summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa/pcvt/pcvt_hdr.h
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>1996-05-07 12:26:34 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>1996-05-07 12:26:34 +0000
commit30a601365b8598c630eff0fe10bf2503e121b09b (patch)
treed7b3864f6e31ca90ffc2c6f18c713b4b2bb05bbf /sys/arch/i386/isa/pcvt/pcvt_hdr.h
parenteca2c01fbb650f74d8b1335ce611c1eae7bd704b (diff)
fillw is in machine/cpu.h now.
Diffstat (limited to 'sys/arch/i386/isa/pcvt/pcvt_hdr.h')
-rw-r--r--sys/arch/i386/isa/pcvt/pcvt_hdr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/isa/pcvt/pcvt_hdr.h b/sys/arch/i386/isa/pcvt/pcvt_hdr.h
index 53590fe0ea9..35ea3874ede 100644
--- a/sys/arch/i386/isa/pcvt/pcvt_hdr.h
+++ b/sys/arch/i386/isa/pcvt/pcvt_hdr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pcvt_hdr.h,v 1.8 1996/05/07 07:22:27 deraadt Exp $ */
+/* $OpenBSD: pcvt_hdr.h,v 1.9 1996/05/07 12:26:29 mickey Exp $ */
/*
* Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch.
@@ -1194,7 +1194,7 @@ extern u_char *saved_charsets[NVGAFONTS];
extern void bcopyb(void *from, void *to, u_int length);
#endif
-#if !PCVT_FREEBSD || (PCVT_FREEBSD < 200)
+#if (!PCVT_FREEBSD || (PCVT_FREEBSD < 200)) && (PCVT_NETBSD < 110)
extern void fillw(U_short value, void *addr, u_int length);
#endif