diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-28 10:42:48 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-12-28 10:42:48 +0000 |
commit | 0a5ec7a9b8ae21f8ce3e95156329ebad65413858 (patch) | |
tree | 556a3b814006193766722885e4e22298afacd246 /ftp/quftp/files/patch-aa | |
parent | Forced commit to denote attribution. (diff) |
New Port: quftp-1.0.7
New port for quftp, a scriptable ftp client.
PR: ports/60164
Submitted by: Frank J. Laszlo <laszlof@vonostingroup.com>
Notes
Notes:
svn path=/head/; revision=96765
Diffstat (limited to 'ftp/quftp/files/patch-aa')
-rw-r--r-- | ftp/quftp/files/patch-aa | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ftp/quftp/files/patch-aa b/ftp/quftp/files/patch-aa new file mode 100644 index 000000000000..cbffb8b61e44 --- /dev/null +++ b/ftp/quftp/files/patch-aa @@ -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> |