Fix for dpkg-deb, courtesy of Larry Doolittle.

-Erik
This commit is contained in:
Eric Andersen 2001-01-25 00:45:52 +00:00
parent 3862423884
commit 39b727f498

View File

@ -1386,7 +1386,7 @@ extern void *xcalloc(size_t nmemb, size_t size)
} }
#endif #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 # ifndef DMALLOC
extern char * xstrdup (const char *s) { extern char * xstrdup (const char *s) {
char *t; char *t;