Tar, by itself, could fail.

This commit is contained in:
Eric Andersen 2001-01-25 00:53:46 +00:00
parent cc2bcdc41d
commit 15f29e7d86

View File

@ -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;