aboutsummaryrefslogtreecommitdiffstats
path: root/community/carla/stats64_2_stats.patch
blob: 3f3f85e73b6c02c14897b0ed38e7675705e16dea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/source/modules/water/files/File.cpp
+++ b/source/modules/water/files/File.cpp
@@ -1223,8 +1223,8 @@
 namespace
 {
    #ifdef CARLA_OS_LINUX
+    typedef struct stat water_statStruct;
+    #define WATER_STAT    stat
-    typedef struct stat64 water_statStruct;
-    #define WATER_STAT    stat64
    #else
     typedef struct stat   water_statStruct;
     #define WATER_STAT    stat