From 5e4b2db3dbdf0ff1ef8e0bfa817b7588015e412c Mon Sep 17 00:00:00 2001 From: andersen Date: Mon, 14 May 2001 17:07:32 +0000 Subject: 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 --- include/libbb.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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); -- cgit v1.2.3-55-g6feb