diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-01-25 00:45:52 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-01-25 00:45:52 +0000 |
commit | 39b727f498aad830780169228995e6e8f34953de (patch) | |
tree | fe876b19c63ab31d1c36ada846cda9813c3439b5 | |
parent | 386242388413f930bb5ea9204a2cd9de372a23d3 (diff) | |
download | busybox-w32-39b727f498aad830780169228995e6e8f34953de.tar.gz busybox-w32-39b727f498aad830780169228995e6e8f34953de.tar.bz2 busybox-w32-39b727f498aad830780169228995e6e8f34953de.zip |
Fix for dpkg-deb, courtesy of Larry Doolittle.
-Erik
-rw-r--r-- | utility.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1386,7 +1386,7 @@ extern void *xcalloc(size_t nmemb, size_t size) | |||
1386 | } | 1386 | } |
1387 | #endif | 1387 | #endif |
1388 | 1388 | ||
1389 | #if defined BB_NFSMOUNT || defined BB_LS || defined BB_SH || defined BB_WGET | 1389 | #if defined BB_NFSMOUNT || defined BB_LS || defined BB_SH || defined BB_WGET || defined BB_DPKG_DEB |
1390 | # ifndef DMALLOC | 1390 | # ifndef DMALLOC |
1391 | extern char * xstrdup (const char *s) { | 1391 | extern char * xstrdup (const char *s) { |
1392 | char *t; | 1392 | char *t; |