summaryrefslogtreecommitdiff
path: root/sys/dev/wscons/wsemulvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/wscons/wsemulvar.h')
-rw-r--r--sys/dev/wscons/wsemulvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/wscons/wsemulvar.h b/sys/dev/wscons/wsemulvar.h
index a5e7d084ee0..3bd52522a89 100644
--- a/sys/dev/wscons/wsemulvar.h
+++ b/sys/dev/wscons/wsemulvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: wsemulvar.h,v 1.4 2001/12/01 18:41:33 deraadt Exp $ */
+/* $OpenBSD: wsemulvar.h,v 1.5 2002/01/03 21:58:59 jason Exp $ */
/* $NetBSD: wsemulvar.h,v 1.6 1999/01/17 15:46:15 drochner Exp $ */
/*
@@ -57,7 +57,7 @@ struct wsemul_ops {
#ifdef WSEMUL_DUMB
extern const struct wsemul_ops wsemul_dumb_ops;
#endif
-#ifdef WSEMUL_SUN
+#if defined(WSEMUL_SUN) || NWSEMUL_SUN > 0
extern const struct wsemul_ops wsemul_sun_ops;
#endif
#ifndef WSEMUL_NO_VT100