Fix for dpkg-deb, courtesy of Larry Doolittle.
authorEric Andersen <andersen@codepoet.org>
Thu, 25 Jan 2001 00:45:52 +0000 (00:45 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 25 Jan 2001 00:45:52 +0000 (00:45 -0000)
 -Erik

utility.c

index 5894bd03dde9036107ebbd32abfcfd5183d6e825..b934e68efb18c61a36b07f53e955720563b01410 100644 (file)
--- 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;