Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-4]: src/sys/arch/pmax/dev Pull up revision 1.40 (requested by m...



details:   https://anonhg.NetBSD.org/src/rev/5ade8721d418
branches:  netbsd-1-4
changeset: 469834:5ade8721d418
user:      he <he%NetBSD.org@localhost>
date:      Sat Dec 04 19:25:54 1999 +0000

description:
Pull up revision 1.40 (requested by mhitch):
  Make the keyboard handler work correctly in DDB.

diffstat:

 sys/arch/pmax/dev/dtop.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 0c9c6214aae5 -r 5ade8721d418 sys/arch/pmax/dev/dtop.c
--- a/sys/arch/pmax/dev/dtop.c  Sat Dec 04 19:21:37 1999 +0000
+++ b/sys/arch/pmax/dev/dtop.c  Sat Dec 04 19:25:54 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dtop.c,v 1.36.2.2 1999/04/12 21:27:05 pk Exp $ */
+/*     $NetBSD: dtop.c,v 1.36.2.3 1999/12/04 19:25:54 he Exp $ */
 
 /*-
  * Copyright (c) 1992, 1993
@@ -94,7 +94,7 @@
 ********************************************************/
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: dtop.c,v 1.36.2.2 1999/04/12 21:27:05 pk Exp $");
+__KERNEL_RCSID(0, "$NetBSD: dtop.c,v 1.36.2.3 1999/12/04 19:25:54 he Exp $");
 
 #include "rasterconsole.h"
 
@@ -946,7 +946,7 @@
                 * XXX when in debugger, don't return multi-char sequences
                 */
                if (cp && (cp[1] == '\0') &&(retc == 0))
-                   retc = c;
+                   retc = cp[0];
            }
        outc = retc;
        /* install new scan state */



Home | Main Index | Thread Index | Old Index