From 35b2d0b177fe8801469b0d5d47919d4d2a29f017 Mon Sep 17 00:00:00 2001 From: Bill Joy Date: Mon, 5 Jan 1987 01:22:08 -0800 Subject: [PATCH] rm spaces in printfs SCCS-vsn: sys/tahoe/tahoe/autoconf.c 1.11 --- usr/src/sys/tahoe/tahoe/autoconf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/sys/tahoe/tahoe/autoconf.c b/usr/src/sys/tahoe/tahoe/autoconf.c index a94f0c583d..0e6948b357 100644 --- a/usr/src/sys/tahoe/tahoe/autoconf.c +++ b/usr/src/sys/tahoe/tahoe/autoconf.c @@ -1,4 +1,4 @@ -/* autoconf.c 1.10 86/12/18 */ +/* autoconf.c 1.11 87/01/04 */ /* * Setup the system to run on the current machine. @@ -234,7 +234,7 @@ vbafind(vban, vumem, memmap) ui->ui_hd = vhp; /* ui_type comes from driver */ udp->ud_dinfo[ui->ui_unit] = ui; - printf(" %s%d at %s%d slave %d", + printf("%s%d at %s%d slave %d", udp->ud_dname, ui->ui_unit, udp->ud_mname, um->um_ctlr, ui->ui_slave); -- 2.20.1