Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/wscons Fix a (very old) pasto.
details: https://anonhg.NetBSD.org/src/rev/8d62b489bae4
branches: trunk
changeset: 516022:8d62b489bae4
user: augustss <augustss%NetBSD.org@localhost>
date: Sat Oct 13 19:56:09 2001 +0000
description:
Fix a (very old) pasto.
diffstat:
sys/dev/wscons/wsmouse.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 4ec4eba3155c -r 8d62b489bae4 sys/dev/wscons/wsmouse.c
--- a/sys/dev/wscons/wsmouse.c Sat Oct 13 19:55:07 2001 +0000
+++ b/sys/dev/wscons/wsmouse.c Sat Oct 13 19:56:09 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wsmouse.c,v 1.15 2001/10/13 15:56:16 augustss Exp $ */
+/* $NetBSD: wsmouse.c,v 1.16 2001/10/13 19:56:09 augustss Exp $ */
/*
* Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved.
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wsmouse.c,v 1.15 2001/10/13 15:56:16 augustss Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wsmouse.c,v 1.16 2001/10/13 19:56:09 augustss Exp $");
/*
* Copyright (c) 1992, 1993
@@ -613,7 +613,7 @@
if (sc->sc_mux || sc->sc_events.io)
return (EBUSY);
- return (wsmux_attach_sc(muxsc, WSMUX_KBD, &sc->sc_dv, &sc->sc_events,
+ return (wsmux_attach_sc(muxsc, WSMUX_MOUSE, &sc->sc_dv, &sc->sc_events,
&sc->sc_mux, &wsmouse_muxops));
}
Home |
Main Index |
Thread Index |
Old Index