aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-05-14 17:07:32 +0000
committerEric Andersen <andersen@codepoet.org>2001-05-14 17:07:32 +0000
commit14d354312a9d49a8b410516c20be57159af217a5 (patch)
tree9dabe9c71ebbdb67f1c56fb97b780a5a823d132f /include
parentcb378a52672d65885c96d6d4b7ed73deac0b967a (diff)
downloadbusybox-14d354312a9d49a8b410516c20be57159af217a5.tar.gz
Per suggestion from Vladimir, eliminate check_wildcard_match(), which
was only being used by insmod these days. Also, I spent a minute adjusting insmod so that it first searches /lib/modules/`uname -r` and then (if that fails) searches /lib/modules, which makes bb insmod behave much more like the real insmod, and should avoid nasty surprises (such as the recent "Modutils vs. Busybox..." thread). -Erik
Diffstat (limited to 'include')
-rw-r--r--include/libbb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index fde58b0a6..02cf607a7 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -127,7 +127,6 @@ extern void mtab_read(void);
extern char *mtab_first(void **iter);
extern char *mtab_next(void **iter);
extern char *mtab_getinfo(const char *match, const char which);
-extern int check_wildcard_match(const char* text, const char* pattern);
extern long atoi_w_units (const char *cp);
extern pid_t* find_pid_by_name( char* pidName);
extern int find_real_root_device_name(char* name);