unrar: Update from 5.0.14 to 5.3.2
[termux-packages] / packages / unrar / os.hpp.patch
CommitLineData
542a284d
FF
1Patch submitted to dev@rarlab.com on 2015-08-25.
2
3diff -u -r ../unrar/os.hpp ./os.hpp
4--- ../unrar/os.hpp 2015-08-04 06:22:40.000000000 -0400
5+++ ./os.hpp 2015-08-25 16:58:59.525380417 -0400
6@@ -160,7 +160,7 @@
7 #define SAVE_LINKS
8 #endif
9
10-#if defined(__linux) && !defined (_ANDROID) || defined(__FreeBSD__)
11+#if defined(__linux) && !defined(__ANDROID__) || defined(__FreeBSD__)
12 #include <sys/time.h>
13 #define USE_LUTIMES
14 #endif