mirror of
https://github.com/sheumann/hush.git
synced 2025-02-07 04:31:22 +00:00
Fix for dpkg-deb, courtesy of Larry Doolittle.
-Erik
This commit is contained in:
parent
3862423884
commit
39b727f498
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user