Yet another patch to fixup lsmod

-Erik
1_00_stable_10817
Eric Andersen 2000-08-21 19:40:42 +00:00
parent c86e5e6145
commit 202995c612
1 changed files with 1 additions and 1 deletions

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;