diff options
author | 1998-01-19 10:43:13 +0000 | |
---|---|---|
committer | 1998-01-19 10:43:13 +0000 | |
commit | d7a2a9c290073f2308cc45a3ff7f31695d74880f (patch) | |
tree | 8eecbcf45041bf51bea20c55b87faefdb51db5de | |
parent | fix ifdef; marc@snafu.org (diff) | |
download | wireguard-openbsd-d7a2a9c290073f2308cc45a3ff7f31695d74880f.tar.xz wireguard-openbsd-d7a2a9c290073f2308cc45a3ff7f31695d74880f.zip |
fix typo which prevented the xserver on some pmax from working
(cannot configure keyboard/mouse) - found by Per Kristian Gjermshus
<pergj@ifi.uio.no>
-rw-r--r-- | sys/arch/pmax/dev/qvss_compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/pmax/dev/qvss_compat.c b/sys/arch/pmax/dev/qvss_compat.c index 7213063a143..6f2eda3c3be 100644 --- a/sys/arch/pmax/dev/qvss_compat.c +++ b/sys/arch/pmax/dev/qvss_compat.c @@ -563,7 +563,7 @@ genConfigMouse() break; #endif /* NDC_DS */ -#if NSCC > 1 +#if NSCC > 0 case DS_3MIN: case DS_3MAXPLUS: sccDivertXInput = genKbdEvent; |