[BusyBox-cvs] busybox/libbb xfuncs.c,1.10,1.11

Erik Andersen andersen at busybox.net
Sat Jul 5 22:15:47 UTC 2003


Update of /var/cvs/busybox/libbb
In directory winder:/tmp/cvs-serv21439/libbb

Modified Files:
	xfuncs.c 
Log Message:
Fixup compile problem with dmalloc


Index: xfuncs.c
===================================================================
RCS file: /var/cvs/busybox/libbb/xfuncs.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- xfuncs.c	19 Mar 2003 09:12:08 -0000	1.10
+++ xfuncs.c	5 Jul 2003 22:15:43 -0000	1.11
@@ -59,6 +59,7 @@
 	return ptr;
 }
 #endif
+#endif /* DMALLOC */
 
 #ifdef L_xstrdup
 extern char * bb_xstrdup (const char *s) {
@@ -75,7 +76,6 @@
 	return t;
 }
 #endif
-#endif /* DMALLOC */
 
 #ifdef L_xstrndup
 extern char * bb_xstrndup (const char *s, int n) {




More information about the busybox-cvs mailing list