1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/ftp/kasablanca/files/patch-ftplib.h

14 lines
241 B
C
Raw Normal View History

2005-02-02 23:45:04 +00:00
--- 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;
/**