Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/scsipi newline terminate ss: atatch message - from R...



details:   https://anonhg.NetBSD.org/src/rev/3bd66b26e7e6
branches:  trunk
changeset: 480739:3bd66b26e7e6
user:      abs <abs%NetBSD.org@localhost>
date:      Wed Jan 19 01:00:07 2000 +0000

description:
newline terminate ss: atatch message - from Roger Brooks

diffstat:

 sys/dev/scsipi/ss.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 9df64367be52 -r 3bd66b26e7e6 sys/dev/scsipi/ss.c
--- a/sys/dev/scsipi/ss.c       Wed Jan 19 00:25:23 2000 +0000
+++ b/sys/dev/scsipi/ss.c       Wed Jan 19 01:00:07 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ss.c,v 1.27 2000/01/17 11:25:31 abs Exp $      */
+/*     $NetBSD: ss.c,v 1.28 2000/01/19 01:00:07 abs Exp $      */
 
 /*
  * Copyright (c) 1995 Kenneth Stailey.  All rights reserved.
@@ -141,6 +141,8 @@
        sc_link->device_softc = ss;
        sc_link->openings = 1;
 
+       printf("\n");
+
        /*
         * look for non-standard scanners with help of the quirk table
         * and install functions for special handling



Home | Main Index | Thread Index | Old Index