aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-01-25 00:53:46 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-01-25 00:53:46 +0000
commit25f9a03b1094fd3af51629471088e9391ecab890 (patch)
tree0abf6ea76a217fe1248ec55f260e704bea6bbc46
parent461a4054ee75be52c3531cdbc87adcb2ce0d7381 (diff)
downloadbusybox-w32-25f9a03b1094fd3af51629471088e9391ecab890.tar.gz
busybox-w32-25f9a03b1094fd3af51629471088e9391ecab890.tar.bz2
busybox-w32-25f9a03b1094fd3af51629471088e9391ecab890.zip
Tar, by itself, could fail.
git-svn-id: svn://busybox.net/trunk/busybox@1664 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--utility.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/utility.c b/utility.c
index b934e68ef..81542e94f 100644
--- a/utility.c
+++ b/utility.c
@@ -1386,7 +1386,8 @@ 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 || defined BB_DPKG_DEB 1389#if defined BB_NFSMOUNT || defined BB_LS || defined BB_SH || defined BB_WGET || \
1390 defined BB_DPKG_DEB || defined BB_TAR
1390# ifndef DMALLOC 1391# ifndef DMALLOC
1391extern char * xstrdup (const char *s) { 1392extern char * xstrdup (const char *s) {
1392 char *t; 1393 char *t;