Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/arch/sparc/dev Pull up rev. 1.13 (pk):



details:   https://anonhg.NetBSD.org/src/rev/0d5d0e4f41c8
branches:  netbsd-1-5
changeset: 488433:0d5d0e4f41c8
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Jul 05 18:27:32 2000 +0000

description:
Pull up rev. 1.13 (pk):
Pass correct argument to the console channel close routine.

diffstat:

 sys/arch/sparc/dev/kd.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b2fce36669dd -r 0d5d0e4f41c8 sys/arch/sparc/dev/kd.c
--- a/sys/arch/sparc/dev/kd.c   Wed Jul 05 18:10:57 2000 +0000
+++ b/sys/arch/sparc/dev/kd.c   Wed Jul 05 18:27:32 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kd.c,v 1.12 2000/05/21 14:36:15 eeh Exp $      */
+/*     $NetBSD: kd.c,v 1.12.4.1 2000/07/05 18:27:32 thorpej Exp $      */
 
 /*-
  * Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -258,7 +258,7 @@
        ttyclose(tp);
 
        if ((cc = kd->kd_in) != NULL)
-               (void)(*cc->cc_iclose)(cc->cc_dev);
+               (void)(*cc->cc_iclose)(cc);
 
        return (0);
 }



Home | Main Index | Thread Index | Old Index