diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-05-14 17:07:32 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-05-14 17:07:32 +0000 |
commit | 5e4b2db3dbdf0ff1ef8e0bfa817b7588015e412c (patch) | |
tree | 9dabe9c71ebbdb67f1c56fb97b780a5a823d132f /include/libbb.h | |
parent | a22cdd2b4b32287b1e486cd80381e9edce438cc9 (diff) | |
download | busybox-w32-5e4b2db3dbdf0ff1ef8e0bfa817b7588015e412c.tar.gz busybox-w32-5e4b2db3dbdf0ff1ef8e0bfa817b7588015e412c.tar.bz2 busybox-w32-5e4b2db3dbdf0ff1ef8e0bfa817b7588015e412c.zip |
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
git-svn-id: svn://busybox.net/trunk/busybox@2634 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/libbb.h')
-rw-r--r-- | include/libbb.h | 1 |
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); | |||
127 | extern char *mtab_first(void **iter); | 127 | extern char *mtab_first(void **iter); |
128 | extern char *mtab_next(void **iter); | 128 | extern char *mtab_next(void **iter); |
129 | extern char *mtab_getinfo(const char *match, const char which); | 129 | extern char *mtab_getinfo(const char *match, const char which); |
130 | extern int check_wildcard_match(const char* text, const char* pattern); | ||
131 | extern long atoi_w_units (const char *cp); | 130 | extern long atoi_w_units (const char *cp); |
132 | extern pid_t* find_pid_by_name( char* pidName); | 131 | extern pid_t* find_pid_by_name( char* pidName); |
133 | extern int find_real_root_device_name(char* name); | 132 | extern int find_real_root_device_name(char* name); |