summaryrefslogtreecommitdiff
path: root/net/wu-ftpd/patches/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'net/wu-ftpd/patches/patch-ak')
-rw-r--r--net/wu-ftpd/patches/patch-ak13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/wu-ftpd/patches/patch-ak b/net/wu-ftpd/patches/patch-ak
new file mode 100644
index 00000000000..17197d9a872
--- /dev/null
+++ b/net/wu-ftpd/patches/patch-ak
@@ -0,0 +1,13 @@
+$NetBSD: patch-ak,v 1.3.10.1 2005/03/01 20:47:51 snj Exp $
+
+--- src/glob.c.orig 2001-11-29 18:01:38.000000000 +0100
++++ src/glob.c
+@@ -437,6 +437,8 @@ static int amatch(char *s, char *p)
+ continue;
+
+ case '*':
++ while (*p == '*')
++ p++;
+ if (!*p)
+ return (1);
+ if (*p == '/') {