forked from Lainports/opnsense-ports
11 lines
312 B
C++
11 lines
312 B
C++
--- native/file/file_util.cpp.orig 2015-02-23 23:22:58 UTC
|
|
+++ native/file/file_util.cpp
|
|
@@ -25,7 +25,7 @@
|
|
#include "file/file_util.h"
|
|
#include "util/text/utf8.h"
|
|
|
|
-#if defined(__FreeBSD__) || defined(__APPLE__)
|
|
+#if !defined(__linux__) && !defined(_WIN32) && !defined(__QNX__)
|
|
#define stat64 stat
|
|
#endif
|
|
|