summaryrefslogtreecommitdiffstats
path: root/Utilities/cmtar/compat/fnmatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'Utilities/cmtar/compat/fnmatch.c')
-rw-r--r--Utilities/cmtar/compat/fnmatch.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/Utilities/cmtar/compat/fnmatch.c b/Utilities/cmtar/compat/fnmatch.c
index 936f21e..bb575b3 100644
--- a/Utilities/cmtar/compat/fnmatch.c
+++ b/Utilities/cmtar/compat/fnmatch.c
@@ -174,12 +174,7 @@ fnmatch(pattern, string, flags)
/* NOTREACHED */
}
-static int
-rangematch(pattern, test, flags, newp)
- const char *pattern;
- char test;
- int flags;
- char **newp;
+static int rangematch(const char *pattern, char test, int flags, char **newp)
{
int negate, ok;
char c, c2;