dslinux/user/games/bsdgames/bcd bcd.c

pepsiman dslinux_pepsiman at user.in-berlin.de
Wed Aug 16 15:04:11 CEST 2006


Update of /cvsroot/dslinux/dslinux/user/games/bsdgames/bcd
In directory antilope:/tmp/cvs-serv22229

Modified Files:
	bcd.c 
Log Message:
Use a libc function so that elf2flt's ld replacement script notices our libc is built for XIP.  This is a horrible hack.

Index: bcd.c
===================================================================
RCS file: /cvsroot/dslinux/dslinux/user/games/bsdgames/bcd/bcd.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- bcd.c	22 Oct 2005 20:04:34 -0000	1.1
+++ bcd.c	16 Aug 2006 13:04:08 -0000	1.2
@@ -142,6 +142,8 @@
 	 * but this seems kind of silly.  So this one doesn't.
 	 */
 
+    printf("");
+
 	if (argc > 1) {
 		while (--argc)
 			printcard((unsigned char *)*++argv);




More information about the dslinux-commit mailing list