Module Name: src Committed By: kiyohara Date: Thu Oct 14 06:17:57 UTC 2010
Modified Files: src/sys/arch/bebox/stand/boot: boot.c Log Message: Add _rtt(). But it is NULL function. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/bebox/stand/boot/boot.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/arch/bebox/stand/boot/boot.c diff -u src/sys/arch/bebox/stand/boot/boot.c:1.19 src/sys/arch/bebox/stand/boot/boot.c:1.20 --- src/sys/arch/bebox/stand/boot/boot.c:1.19 Thu Oct 14 06:12:54 2010 +++ src/sys/arch/bebox/stand/boot/boot.c Thu Oct 14 06:17:57 2010 @@ -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 */ +}