From 41e056b08e4c5c8d6e78407a5586afa52867fd5f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 16 Feb 2023 20:05:28 +0000 Subject: gentoo auto-resync : 16:02:2023 - 20:05:28 --- .../files/mit-scheme-11.2-implicit-int.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 dev-scheme/mit-scheme/files/mit-scheme-11.2-implicit-int.patch (limited to 'dev-scheme/mit-scheme/files') diff --git a/dev-scheme/mit-scheme/files/mit-scheme-11.2-implicit-int.patch b/dev-scheme/mit-scheme/files/mit-scheme-11.2-implicit-int.patch new file mode 100644 index 000000000000..545ec49494f2 --- /dev/null +++ b/dev-scheme/mit-scheme/files/mit-scheme-11.2-implicit-int.patch @@ -0,0 +1,19 @@ +--- a/lib/include/termcap.c ++++ b/lib/include/termcap.c +@@ -144,7 +144,7 @@ int bufsize = 128; + # define NULL 0 + #endif + +-static ++static void + memory_out () + { + write (2, "Virtual memory exhausted\n", 25); +@@ -328,6 +328,7 @@ tgetst1 (ptr, area) + + char PC; + ++void + tputs (string, nlines, outfun) + char *string; + int nlines; -- cgit v1.2.3