From 228f0451ca43f250e3137da6852521dc8cd2e62b Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Mon, 15 Mar 1993 18:55:37 +0000 Subject: [PATCH] Remove more alpha problems. --- v7/src/microcode/termcap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/microcode/termcap.c b/v7/src/microcode/termcap.c index eb4fe1430..5e098127a 100644 --- a/v7/src/microcode/termcap.c +++ b/v7/src/microcode/termcap.c @@ -149,7 +149,7 @@ memory_out () exit (1); } -static int +static PTR xmalloc (size) int size; { @@ -159,7 +159,7 @@ xmalloc (size) return tem; } -static int +static PTR xrealloc (ptr, size) PTR ptr; int size; -- 2.25.1