stunnel: Update from 5.37 to 5.38
[termux-packages] / packages / coreutils / src-ls.c.patch
1 diff -u -r ../coreutils-8.22/src/ls.c ./src/ls.c
2 --- ../coreutils-8.22/src/ls.c 2013-12-04 15:48:30.000000000 +0100
3 +++ ./src/ls.c 2014-02-14 16:11:48.000000000 +0100
4 @@ -2098,11 +2089,13 @@
5 }
6 }
7
8 +#ifndef __ANDROID__
9 /* Note we leave %5b etc. alone so user widths/flags are honored. */
10 if (strstr (long_time_format[0], "%b")
11 || strstr (long_time_format[1], "%b"))
12 if (!abmon_init ())
13 error (0, 0, _("error initializing month strings"));
14 +#endif
15 }
16
17 return optind;
18