aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-05-14 17:07:32 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-05-14 17:07:32 +0000
commit5e4b2db3dbdf0ff1ef8e0bfa817b7588015e412c (patch)
tree9dabe9c71ebbdb67f1c56fb97b780a5a823d132f /include/libbb.h
parenta22cdd2b4b32287b1e486cd80381e9edce438cc9 (diff)
downloadbusybox-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.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);
127extern char *mtab_first(void **iter); 127extern char *mtab_first(void **iter);
128extern char *mtab_next(void **iter); 128extern char *mtab_next(void **iter);
129extern char *mtab_getinfo(const char *match, const char which); 129extern char *mtab_getinfo(const char *match, const char which);
130extern int check_wildcard_match(const char* text, const char* pattern);
131extern long atoi_w_units (const char *cp); 130extern long atoi_w_units (const char *cp);
132extern pid_t* find_pid_by_name( char* pidName); 131extern pid_t* find_pid_by_name( char* pidName);
133extern int find_real_root_device_name(char* name); 132extern int find_real_root_device_name(char* name);