Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/news68k/stand/boot fold line
details: https://anonhg.NetBSD.org/src/rev/75123c01c309
branches: trunk
changeset: 794901:75123c01c309
user: christos <christos%NetBSD.org@localhost>
date: Fri Mar 28 15:02:34 2014 +0000
description:
fold line
diffstat:
sys/arch/news68k/stand/boot/boot.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 21ff259cdb4c -r 75123c01c309 sys/arch/news68k/stand/boot/boot.c
--- a/sys/arch/news68k/stand/boot/boot.c Fri Mar 28 15:00:53 2014 +0000
+++ b/sys/arch/news68k/stand/boot/boot.c Fri Mar 28 15:02:34 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: boot.c,v 1.19 2014/03/28 11:49:40 ozaki-r Exp $ */
+/* $NetBSD: boot.c,v 1.20 2014/03/28 15:02:34 christos Exp $ */
/*-
* Copyright (c) 1999 Izumi Tsutsui. All rights reserved.
@@ -114,7 +114,8 @@
return;
}
- snprintf(devname, sizeof(devname), "%s(%d,%d,%d)", devs[type], ctlr, unit, part);
+ snprintf(devname, sizeof(devname),
+ "%s(%d,%d,%d)", devs[type], ctlr, unit, part);
printf("Booting %s%s\n", devname, netbsd);
/* use user specified kernel name if exists */
Home |
Main Index |
Thread Index |
Old Index