syncthing: Update from 0.14.45 to 0.14.47
[termux-packages] / packages / aria2 / a2io.h.patch
CommitLineData
ea46b744
FF
1diff -u -r ../aria2-1.20.0/src/a2io.h ./src/a2io.h
2--- ../aria2-1.20.0/src/a2io.h 2016-02-15 10:36:34.000000000 -0500
3+++ ./src/a2io.h 2016-03-07 18:34:51.855777471 -0500
4@@ -148,7 +148,7 @@
5 #define a2fstat(fd, buf) fstat64(fd, buf)
59f0d218 6 // # define a2ftell(fd): No ftell64 and not used in aria2
ea46b744
FF
7 #define a2_struct_stat struct stat
8-#define a2stat(path, buf) stat64(path, buf)
9+#define a2stat(path, buf) stat(path, buf)
10 #define a2mkdir(path, openMode) mkdir(path, openMode)
11 #define a2utimbuf utimbuf
12 #define a2utime(path, times) ::utime(path, times)