From: Eric Andersen Date: Sat, 5 Jul 2003 22:15:43 +0000 (-0000) Subject: Fixup compile problem with dmalloc X-Git-Tag: 1_00_pre1~19 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9f894f4062dbdd427895a9d12ca06e34791a4fb3;p=oweals%2Fbusybox.git Fixup compile problem with dmalloc --- diff --git a/libbb/xfuncs.c b/libbb/xfuncs.c index 43e8aef0c..299998948 100644 --- a/libbb/xfuncs.c +++ b/libbb/xfuncs.c @@ -59,6 +59,7 @@ extern void *xcalloc(size_t nmemb, size_t size) return ptr; } #endif +#endif /* DMALLOC */ #ifdef L_xstrdup extern char * bb_xstrdup (const char *s) { @@ -75,7 +76,6 @@ extern char * bb_xstrdup (const char *s) { return t; } #endif -#endif /* DMALLOC */ #ifdef L_xstrndup extern char * bb_xstrndup (const char *s, int n) {