opnsense-ports/net/grive2/files/patch-libgrive_src_util_OS.hh
Franco Fichtner e8813b2ecd */*: sync with upstream
Taken from: HardenedBSD
2018-04-23 20:42:01 +02:00

13 lines
222 B
C++

--- libgrive/src/util/OS.hh.orig 2018-04-23 17:00:17 UTC
+++ libgrive/src/util/OS.hh
@@ -24,6 +24,10 @@
#include <string>
+#if defined(__FreeBSD__)
+#define off64_t off_t
+#endif
+
namespace gr {
class DateTime ;