texinfo/texinfo-7.3-limits.patch
Vitezslav Crhonek 57a4b70077 Update to texinfo-7.3
Signed-off-by: Vitezslav Crhonek <vcrhonek@redhat.com>
2026-03-06 08:23:24 +01:00

11 lines
368 B
Diff

diff -up texinfo-7.2.90/info/makedoc.c.orig texinfo-7.2.90/info/makedoc.c
--- texinfo-7.2.90/info/makedoc.c.orig 2026-01-13 09:20:49.084748300 +0100
+++ texinfo-7.2.90/info/makedoc.c 2026-01-13 09:21:12.918658065 +0100
@@ -27,6 +27,7 @@
#include <sys/types.h>
#include <sys/stat.h>
#include <string.h>
+#include <limits.h>
/* From gnulib */
#include "xalloc.h"