mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
Replace the own implementation for wildcard (glob) matching with a function call to fnmatch(). Also, change the return type to 'bool'. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>