Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/dev add a newline to this fake autoconfig l...
details: https://anonhg.NetBSD.org/src/rev/6ce392838df1
branches: trunk
changeset: 485096:6ce392838df1
user: mrg <mrg%NetBSD.org@localhost>
date: Wed Apr 19 02:26:08 2000 +0000
description:
add a newline to this fake autoconfig line.
diffstat:
sys/arch/sparc64/dev/md_root.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 795666615cd7 -r 6ce392838df1 sys/arch/sparc64/dev/md_root.c
--- a/sys/arch/sparc64/dev/md_root.c Wed Apr 19 01:19:04 2000 +0000
+++ b/sys/arch/sparc64/dev/md_root.c Wed Apr 19 02:26:08 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: md_root.c,v 1.2 2000/04/06 13:39:26 mrg Exp $ */
+/* $NetBSD: md_root.c,v 1.3 2000/04/19 02:26:08 mrg Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -76,7 +76,7 @@
md->md_addr = (caddr_t)md_root_image;
md->md_size = (size_t)md_root_size;
md->md_type = MD_KMEM_FIXED;
- printf("md0: fixed, %d blocks", MINIROOTSIZE);
+ printf("md0: fixed, %d blocks\n", MINIROOTSIZE);
}
}
Home |
Main Index |
Thread Index |
Old Index