Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/sun Kill extra "attached" message.



details:   https://anonhg.NetBSD.org/src/rev/aa699a840672
branches:  trunk
changeset: 500830:aa699a840672
user:      eeh <eeh%NetBSD.org@localhost>
date:      Tue Dec 19 04:36:05 2000 +0000

description:
Kill extra "attached" message.

diffstat:

 sys/dev/sun/sunkbd.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 02d07b19f87e -r aa699a840672 sys/dev/sun/sunkbd.c
--- a/sys/dev/sun/sunkbd.c      Tue Dec 19 03:13:40 2000 +0000
+++ b/sys/dev/sun/sunkbd.c      Tue Dec 19 04:36:05 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sunkbd.c,v 1.4 2000/11/08 23:44:01 eeh Exp $   */
+/*     $NetBSD: sunkbd.c,v 1.5 2000/12/19 04:36:05 eeh Exp $   */
 
 /*
  * Copyright (c) 1992, 1993
@@ -185,7 +185,7 @@
        }
        k->k_cc = cc;
 
-       printf("attached \n");
+       printf("\n");
 
        callout_init(&k->k_repeat_ch);
 



Home | Main Index | Thread Index | Old Index