preload-hacks: Some patches to make it work.
[termux-packages] / packages / man / tag.h.patch
1 diff -u -r ../mdocml-1.13.4/tag.h ./tag.h
2 --- ../mdocml-1.13.4/tag.h 2016-07-14 07:13:40.000000000 -0400
3 +++ ./tag.h 2016-07-16 19:06:53.419465442 -0400
4 @@ -16,8 +16,8 @@
5 */
6
7 struct tag_files {
8 - char ofn[20];
9 - char tfn[20];
10 + char ofn[127];
11 + char tfn[127];
12 int ofd;
13 int tfd;
14 pid_t tcpgid;