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 pasto.



details:   https://anonhg.NetBSD.org/src/rev/9ec8c405e210
branches:  trunk
changeset: 516023:9ec8c405e210
user:      augustss <augustss%NetBSD.org@localhost>
date:      Sat Oct 13 19:58:35 2001 +0000

description:
Fix a pasto.

diffstat:

 sys/dev/wscons/wskbd.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 8d62b489bae4 -r 9ec8c405e210 sys/dev/wscons/wskbd.c
--- a/sys/dev/wscons/wskbd.c    Sat Oct 13 19:56:09 2001 +0000
+++ b/sys/dev/wscons/wskbd.c    Sat Oct 13 19:58:35 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wskbd.c,v 1.46 2001/10/13 15:59:01 augustss Exp $ */
+/* $NetBSD: wskbd.c,v 1.47 2001/10/13 19:58:35 augustss Exp $ */
 
 /*
  * Copyright (c) 1996, 1997 Christopher G. Demetriou.  All rights reserved.
@@ -34,7 +34,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wskbd.c,v 1.46 2001/10/13 15:59:01 augustss Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wskbd.c,v 1.47 2001/10/13 19:58:35 augustss Exp $");
 
 /*
  * Copyright (c) 1992, 1993
@@ -689,7 +689,7 @@
 #if NWSMUX > 0
        if (sc->sc_mux) {
                /* Grab the keyboard out of the greedy hands of the mux. */
-               int error = wsmouse_rem_mux(unit, sc->sc_mux);
+               int error = wskbd_rem_mux(unit, sc->sc_mux);
                if (error)
                        return (error);
        }



Home | Main Index | Thread Index | Old Index