From 415e0a677070263cb84c25fdfc918fad19da4d62 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Wed, 17 Oct 2012 00:48:24 +0000 Subject: #if NWSDISPLAY > 0 not #if WSDISPLAY > 0 ok miod@ --- sys/dev/wscons/wskbd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/wscons/wskbd.c b/sys/dev/wscons/wskbd.c index 0802530e338..a5854bf57af 100644 --- a/sys/dev/wscons/wskbd.c +++ b/sys/dev/wscons/wskbd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wskbd.c,v 1.70 2011/11/09 14:27:52 shadchin Exp $ */ +/* $OpenBSD: wskbd.c,v 1.71 2012/10/17 00:48:23 jsg Exp $ */ /* $NetBSD: wskbd.c,v 1.80 2005/05/04 01:52:16 augustss Exp $ */ /* @@ -440,7 +440,7 @@ wskbd_attach(struct device *parent, struct device *self, void *aux) } #endif -#if WSDISPLAY > 0 && NWSMUX == 0 +#if NWSDISPLAY > 0 && NWSMUX == 0 if (ap->console == 0) { /* * In the non-wsmux world, always connect wskbd0 and wsdisplay0 -- cgit v1.2.3