1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/ftp/kasablanca/files/patch-ftplib.h
2005-02-02 23:45:04 +00:00

14 lines
241 B
C++

--- 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;
/**