Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/x68k/stand/boot_ufs Add a missing newline in BOOT_D...
details: https://anonhg.NetBSD.org/src/rev/7cf7d9cb7bbb
branches: trunk
changeset: 756418:7cf7d9cb7bbb
user: isaki <isaki%NetBSD.org@localhost>
date: Sat Jul 17 06:27:03 2010 +0000
description:
Add a missing newline in BOOT_DEBUG mode.
diffstat:
sys/arch/x68k/stand/boot_ufs/bootmain.c | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 09bad790d235 -r 7cf7d9cb7bbb sys/arch/x68k/stand/boot_ufs/bootmain.c
--- a/sys/arch/x68k/stand/boot_ufs/bootmain.c Sat Jul 17 00:13:42 2010 +0000
+++ b/sys/arch/x68k/stand/boot_ufs/bootmain.c Sat Jul 17 06:27:03 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bootmain.c,v 1.12 2009/03/18 10:22:38 cegger Exp $ */
+/* $NetBSD: bootmain.c,v 1.13 2010/07/17 06:27:03 isaki Exp $ */
/*-
* Copyright (c) 1993, 1994 Takumi Nakamura.
@@ -196,6 +196,10 @@
#endif
}
+#ifdef BOOT_DEBUG
+ B_PRINT("\r\n");
+#endif
+
return ha;
}
Home |
Main Index |
Thread Index |
Old Index