Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-01-25 03:45:52 +0300
committerEric Andersen <andersen@codepoet.org>2001-01-25 03:45:52 +0300
commit39b727f498aad830780169228995e6e8f34953de (patch)
treefe876b19c63ab31d1c36ada846cda9813c3439b5 /utility.c
parent386242388413f930bb5ea9204a2cd9de372a23d3 (diff)
Fix for dpkg-deb, courtesy of Larry Doolittle.
-Erik
Diffstat (limited to 'utility.c')
-rw-r--r--utility.c2
1 files changed, 1 insertions, 1 deletions
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;