summaryrefslogtreecommitdiff
path: root/ftp/wu-ftpd+ipv6/files/patch-ap
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/wu-ftpd+ipv6/files/patch-ap')
-rw-r--r--ftp/wu-ftpd+ipv6/files/patch-ap11
1 files changed, 0 insertions, 11 deletions
diff --git a/ftp/wu-ftpd+ipv6/files/patch-ap b/ftp/wu-ftpd+ipv6/files/patch-ap
deleted file mode 100644
index 68357225ffe0..000000000000
--- a/ftp/wu-ftpd+ipv6/files/patch-ap
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/glob.c.old Sat Jul 1 22:17:39 2000
-+++ src/glob.c Wed Nov 28 13:42:26 2001
-@@ -112,7 +118,7 @@
-
- fixpath(v);
- if (v[0] == '\0')
-- v = "*";
-+ v = ".";
- else if ((strlen(v) > 1) && (v[strlen(v) - 1] == '/'))
- v[strlen(v) - 1] = '\0';
-