summaryrefslogtreecommitdiff
path: root/ftp/kasablanca/files/patch-ftplib.h
blob: bbb2fe61e5b9a864c8233e3c608591e11d9d9d8f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- 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;
 
 /**