From: Eric Andersen Date: Thu, 25 Jan 2001 00:45:52 +0000 (-0000) Subject: Fix for dpkg-deb, courtesy of Larry Doolittle. X-Git-Tag: 0_49~25 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=39b727f498aad830780169228995e6e8f34953de;p=oweals%2Fbusybox.git Fix for dpkg-deb, courtesy of Larry Doolittle. -Erik --- diff --git a/utility.c b/utility.c index 5894bd03d..b934e68ef 100644 --- a/utility.c +++ b/utility.c @@ -1386,7 +1386,7 @@ extern void *xcalloc(size_t nmemb, size_t size) } #endif -#if defined BB_NFSMOUNT || defined BB_LS || defined BB_SH || defined BB_WGET +#if defined BB_NFSMOUNT || defined BB_LS || defined BB_SH || defined BB_WGET || defined BB_DPKG_DEB # ifndef DMALLOC extern char * xstrdup (const char *s) { char *t;