diff options
Diffstat (limited to 'ftp/kasablanca/files/patch-ftplib.h')
-rw-r--r-- | ftp/kasablanca/files/patch-ftplib.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ftp/kasablanca/files/patch-ftplib.h b/ftp/kasablanca/files/patch-ftplib.h deleted file mode 100644 index bbb2fe61e5b9..000000000000 --- a/ftp/kasablanca/files/patch-ftplib.h +++ /dev/null @@ -1,13 +0,0 @@ ---- src/ftplib.h.orig Wed Feb 2 23:29:55 2005 -+++ src/ftplib.h Wed Feb 2 23:30:51 2005 -@@ -56,6 +56,10 @@ - #include <sys/time.h> - #include <openssl/ssl.h> - -+#ifdef __FreeBSD__ -+#define off64_t off_t -+#endif -+ - using namespace std; - - /** |