Per suggestion from Vladimir, eliminate check_wildcard_match(), which
authorEric Andersen <andersen@codepoet.org>
Mon, 14 May 2001 17:07:32 +0000 (17:07 -0000)
committerEric Andersen <andersen@codepoet.org>
Mon, 14 May 2001 17:07:32 +0000 (17:07 -0000)
commit14d354312a9d49a8b410516c20be57159af217a5
tree9dabe9c71ebbdb67f1c56fb97b780a5a823d132f
parentcb378a52672d65885c96d6d4b7ed73deac0b967a
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
Makefile
include/libbb.h
insmod.c
libbb/check_wildcard_match.c [deleted file]
libbb/libbb.h
modutils/insmod.c