diff options
Diffstat (limited to 'ftp/IglooFTP/files/patch-aa')
-rw-r--r-- | ftp/IglooFTP/files/patch-aa | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/ftp/IglooFTP/files/patch-aa b/ftp/IglooFTP/files/patch-aa new file mode 100644 index 0000000..48779d2 --- /dev/null +++ b/ftp/IglooFTP/files/patch-aa @@ -0,0 +1,16 @@ +--- src/FTP.c Thu Apr 15 20:05:13 1999 ++++ /home/andy/tmp/wrk/src/FTP.c Mon May 3 12:59:56 1999 +@@ -15,12 +15,12 @@ + */ + + ++#include <sys/types.h> + #include <sys/socket.h> + #include <netinet/in.h> + #include <netdb.h> + #include <arpa/inet.h> + #include <arpa/telnet.h> +-#include <sys/types.h> + #include <sys/time.h> + #include <resolv.h> + |