From 1b52479293594185144ca9632c7677fa99115e7e Mon Sep 17 00:00:00 2001 From: Peter Dufault Date: Sat, 29 Apr 1995 17:52:44 +0000 Subject: [PATCH] Submitted by: ache Fix extra newline during SCSI_VERBOSE. --- sys/scsi/sd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/scsi/sd.c b/sys/scsi/sd.c index 1f9a5c5a3cb5..dfe8997a57c1 100644 --- a/sys/scsi/sd.c +++ b/sys/scsi/sd.c @@ -14,7 +14,7 @@ * * Ported to run under 386BSD by Julian Elischer (julian@dialix.oz.au) Sept 1992 * - * $Id: sd.c,v 1.59 1995/04/14 15:10:42 dufault Exp $ + * $Id: sd.c,v 1.60 1995/04/23 22:07:53 gibbs Exp $ */ #define SPLSD splbio @@ -193,7 +193,6 @@ sdattach(struct scsi_link *sc_link) if ( (sc_link->flags & SDEV_BOOTVERBOSE) ) #endif { - printf("\n"); sc_print_addr(sc_link); printf("with %d cyls, %d heads, and an average %d sectors/track", dp->cyls, dp->heads, dp->sectors);