mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-23 01:21:46 +01:00
13 lines
209 B
Diff
13 lines
209 B
Diff
--- a/action.c
|
|
+++ b/action.c
|
|
@@ -1905,6 +1905,9 @@
|
|
return 1;
|
|
}
|
|
|
|
+#ifndef FNM_EXTMATCH
|
|
+#define FNM_EXTMATCH 0
|
|
+#endif
|
|
|
|
TEST_FN(name, ACTION_ALL_LNK, \
|
|
return fnmatch(atom->argv[0], action_data->name,
|