diff options
Diffstat (limited to 'ftp/wu-ftpd/files/patch-aa')
-rw-r--r-- | ftp/wu-ftpd/files/patch-aa | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/ftp/wu-ftpd/files/patch-aa b/ftp/wu-ftpd/files/patch-aa deleted file mode 100644 index e5b1455adc81..000000000000 --- a/ftp/wu-ftpd/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], |