chiark / gitweb /
vim: Update patch number
[termux-packages] / packages / tree / tree.c.patch
1 diff -u -r ../tree-1.7.0/tree.c ./tree.c
2 --- ../tree-1.7.0/tree.c        2014-04-23 17:38:24.000000000 -0400
3 +++ ./tree.c    2016-03-23 10:54:14.212468421 -0400
4 @@ -112,7 +112,7 @@
5    }
6  
7  /* Until I get rid of this hack, make it linux/cygwin/HP nonstop only: */
8 -#if defined (LINUX) || defined (CYGWIN) || defined (__TANDEM)
9 +#if defined (LINUX) || defined (CYGWIN) || defined (__TANDEM) || defined (__ANDROID__)
10    mb_cur_max = (int)MB_CUR_MAX;
11  #else
12    mb_cur_max = 1;