diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1998-01-19 10:43:14 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1998-01-19 10:43:14 +0000 |
commit | 6cb33b51377099eebe956804f7b5a56400274da4 (patch) | |
tree | 5befa5db7bf84b490a73f55835662a68240b84b9 | |
parent | e4dfb87d5e6f64bd93df70b3c287d85ad6b10c97 (diff) |
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; |