projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3862423
)
Fix for dpkg-deb, courtesy of Larry Doolittle.
author
Eric Andersen
<andersen@codepoet.org>
Thu, 25 Jan 2001 00:45:52 +0000
(
00:45
-0000)
committer
Eric Andersen
<andersen@codepoet.org>
Thu, 25 Jan 2001 00:45:52 +0000
(
00:45
-0000)
-Erik
utility.c
patch
|
blob
|
history
diff --git
a/utility.c
b/utility.c
index 5894bd03dde9036107ebbd32abfcfd5183d6e825..b934e68efb18c61a36b07f53e955720563b01410 100644
(file)
--- a/
utility.c
+++ b/
utility.c
@@
-1386,7
+1386,7
@@
extern void *xcalloc(size_t nmemb, size_t size)
}
#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
extern char * xstrdup (const char *s) {
char *t;