Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/bebox/stand/boot Add _rtt(). But it is NULL function.
details: https://anonhg.NetBSD.org/src/rev/a40c4968708d
branches: trunk
changeset: 758023:a40c4968708d
user: kiyohara <kiyohara%NetBSD.org@localhost>
date: Thu Oct 14 06:17:57 2010 +0000
description:
Add _rtt(). But it is NULL function.
diffstat:
sys/arch/bebox/stand/boot/boot.c | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 3779b712dce6 -r a40c4968708d sys/arch/bebox/stand/boot/boot.c
--- a/sys/arch/bebox/stand/boot/boot.c Thu Oct 14 06:17:29 2010 +0000
+++ b/sys/arch/bebox/stand/boot/boot.c Thu Oct 14 06:17:57 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: boot.c,v 1.19 2010/10/14 06:12:54 kiyohara Exp $ */
+/* $NetBSD: boot.c,v 1.20 2010/10/14 06:17:57 kiyohara Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -209,3 +209,10 @@
(void *)marks[MARK_ENTRY]);
}
}
+
+void
+_rtt(void)
+{
+
+ /* XXXX */
+}
Home |
Main Index |
Thread Index |
Old Index