Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/wscons make this compile without WSDISPLAY_COMPAT_RA...
details: https://anonhg.NetBSD.org/src/rev/8a5cc60db3b8
branches: trunk
changeset: 516585:8a5cc60db3b8
user: shin <shin%NetBSD.org@localhost>
date: Thu Oct 25 13:19:41 2001 +0000
description:
make this compile without WSDISPLAY_COMPAT_RAWKBD.
diffstat:
sys/dev/wscons/wsmux.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r ae64bd5e0c55 -r 8a5cc60db3b8 sys/dev/wscons/wsmux.c
--- a/sys/dev/wscons/wsmux.c Thu Oct 25 12:26:18 2001 +0000
+++ b/sys/dev/wscons/wsmux.c Thu Oct 25 13:19:41 2001 +0000
@@ -3,7 +3,7 @@
use method to get sc of muxee, common code for add&rem
*/
-/* $NetBSD: wsmux.c,v 1.14 2001/10/24 14:07:33 augustss Exp $ */
+/* $NetBSD: wsmux.c,v 1.15 2001/10/25 13:19:41 shin Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -215,7 +215,9 @@
evar = wsevent_alloc();
evar->io = p;
+#ifdef WSDISPLAY_COMPAT_RAWKBD
sc->sc_rawkbd = 0;
+#endif
wsmux_do_open(sc, evar);
Home |
Main Index |
Thread Index |
Old Index