diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 18:44:42 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 18:44:42 +0000 |
commit | 4e441aef5fd02eb946b79eeecb52e44265e96f34 (patch) | |
tree | 72f168472fcd1a8841f16cebc135cf56e932377e /ftp/quftp/files/patch-ftp.c | |
parent | converters/ruby-iconv: Use standard check for Ruby 2.0 (diff) |
Rename finance/ and ftp/ patch-xy patches to reflext the files they modify.
Diffstat (limited to 'ftp/quftp/files/patch-ftp.c')
-rw-r--r-- | ftp/quftp/files/patch-ftp.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ftp/quftp/files/patch-ftp.c b/ftp/quftp/files/patch-ftp.c new file mode 100644 index 000000000000..cbffb8b61e44 --- /dev/null +++ b/ftp/quftp/files/patch-ftp.c @@ -0,0 +1,15 @@ +--- ftp.c.orig Mon Mar 10 19:28:11 2003 ++++ ftp.c Wed Dec 10 20:33:55 2003 +@@ -7,12 +7,10 @@ + #define _XOPEN_SOURCE 500 + + #include <stdlib.h> +-#include <features.h> + #include <stdio.h> + #include <errno.h> + #include <fcntl.h> + #include <ctype.h> +-#include <malloc.h> + #include <unistd.h> + #include <sys/types.h> + #include <sys/stat.h> |