diff options
author | Eric Andersen | 2001-01-25 00:53:46 +0000 |
---|---|---|
committer | Eric Andersen | 2001-01-25 00:53:46 +0000 |
commit | 15f29e7d86f5196955b8e1e4a2fa50856a137530 (patch) | |
tree | 0abf6ea76a217fe1248ec55f260e704bea6bbc46 | |
parent | cc2bcdc41d47be87a4fb830bd0d539ae6240cd33 (diff) | |
download | busybox-15f29e7d86f5196955b8e1e4a2fa50856a137530.zip busybox-15f29e7d86f5196955b8e1e4a2fa50856a137530.tar.gz |
Tar, by itself, could fail.
-rw-r--r-- | utility.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1386,7 +1386,8 @@ extern void *xcalloc(size_t nmemb, size_t size) } #endif -#if defined BB_NFSMOUNT || defined BB_LS || defined BB_SH || defined BB_WGET || defined BB_DPKG_DEB +#if defined BB_NFSMOUNT || defined BB_LS || defined BB_SH || defined BB_WGET || \ + defined BB_DPKG_DEB || defined BB_TAR # ifndef DMALLOC extern char * xstrdup (const char *s) { char *t; |