diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-01-30 04:54:51 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2001-01-30 04:54:51 +0000 |
commit | daa86d1ec184c56e720f8b840fc68b698dc062d7 (patch) | |
tree | dfad056b7351216f94b1a2e48a4bf328e5a4e094 /sys/dev | |
parent | 4e25d24bc07f1ab36471494c6fe636c31763416c (diff) |
WSMOUSEDEVCF_MUX_DEFAULT -> WSKBDDEVCF_MUX_DEFAULT, although this didn't
matter much since they are the same value, but confusing nonetheless.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/wscons/wskbd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/wscons/wskbd.c b/sys/dev/wscons/wskbd.c index c9e11f700a3..bcc712dfd13 100644 --- a/sys/dev/wscons/wskbd.c +++ b/sys/dev/wscons/wskbd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wskbd.c,v 1.4 2000/11/24 14:05:25 aaron Exp $ */ +/* $OpenBSD: wskbd.c,v 1.5 2001/01/30 04:54:50 aaron Exp $ */ /* $NetBSD: wskbd.c,v 1.38 2000/03/23 07:01:47 thorpej Exp $ */ /* @@ -528,7 +528,7 @@ wskbd_detach(self, flags) } mux = sc->sc_dv.dv_cfdata->wskbddevcf_mux; - if (mux != WSMOUSEDEVCF_MUX_DEFAULT) + if (mux != WSKBDDEVCF_MUX_DEFAULT) wsmux_detach(mux, &sc->sc_dv); #endif |