chiark / gitweb /
vim: Use sensible.vim as system vimrc
[termux-packages] / packages / unrar / os.hpp.patch
1 Patch submitted to dev@rarlab.com on 2015-08-25.
2
3 diff -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