mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-22 21:37:35 -08:00
20 lines
340 B
Diff
20 lines
340 B
Diff
--- 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;
|