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:
c86e5e6
)
Yet another patch to fixup lsmod
author
Eric Andersen
<andersen@codepoet.org>
Mon, 21 Aug 2000 19:40:42 +0000
(19:40 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Mon, 21 Aug 2000 19:40:42 +0000
(19:40 -0000)
-Erik
utility.c
patch
|
blob
|
history
diff --git
a/utility.c
b/utility.c
index e7abee80ca9db64d36f7f66f5b69731521de1397..de0311d176cebe096ca4a712a3ace430b101927a 100644
(file)
--- a/
utility.c
+++ b/
utility.c
@@
-1488,7
+1488,7
@@
extern void *xcalloc(size_t nmemb, size_t size)
}
#endif
-#if defined BB_FEATURE_NFSMOUNT
+#if defined BB_FEATURE_NFSMOUNT
|| defined BB_LSMOD
# ifndef DMALLOC
extern char * xstrdup (const char *s) {
char *t;