summaryrefslogtreecommitdiff
path: root/dev-scheme/mit-scheme/files
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2023-02-16 16:49:57 +0100
committerMaciej Barć <xgqt@gentoo.org>2023-02-16 16:53:55 +0100
commit31d7c231a1cc93ef3bc78a5038bf4e4feb5b86fc (patch)
treefd5f8b549bdd89fa55a85fffb5ee3e24bc4df344 /dev-scheme/mit-scheme/files
parent30cc28bd0a5f1835efdf8a00979dbc28e29e637c (diff)
downloadgentoo-31d7c231a1cc93ef3bc78a5038bf4e4feb5b86fc.tar.gz
gentoo-31d7c231a1cc93ef3bc78a5038bf4e4feb5b86fc.tar.bz2
gentoo-31d7c231a1cc93ef3bc78a5038bf4e4feb5b86fc.zip
dev-scheme/mit-scheme: fix implicit
Closes: https://bugs.gentoo.org/894422 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-scheme/mit-scheme/files')
-rw-r--r--dev-scheme/mit-scheme/files/mit-scheme-11.2-implicit-int.patch19
1 files changed, 19 insertions, 0 deletions
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;