summaryrefslogtreecommitdiff
path: root/ftp/wu-ftpd+ipv6/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'ftp/wu-ftpd+ipv6/files/patch-aa')
-rw-r--r--ftp/wu-ftpd+ipv6/files/patch-aa19
1 files changed, 0 insertions, 19 deletions
diff --git a/ftp/wu-ftpd+ipv6/files/patch-aa b/ftp/wu-ftpd+ipv6/files/patch-aa
deleted file mode 100644
index e5b1455adc81..000000000000
--- a/ftp/wu-ftpd+ipv6/files/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
-*** src/realpath.c.orig Wed Jan 18 22:39:04 1995
---- src/realpath.c Wed Jan 18 22:38:48 1995
-***************
-*** 42,48 ****
- #endif
-
- char *
-! realpath(char *pathname, char *result)
- {
- struct stat sbuf;
- char curpath[MAXPATHLEN],
---- 42,48 ----
- #endif
-
- char *
-! realpath(const char *pathname, char *result)
- {
- struct stat sbuf;
- char curpath[MAXPATHLEN],