Yet another patch to fixup lsmod

-Erik
This commit is contained in:
Eric Andersen 2000-08-21 19:40:42 +00:00
parent c86e5e6145
commit 202995c612

View File

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