From ff524f6ce835623e74dd3b585f74c6faaea8beb2 Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 2 May 2003 20:06:52 +0000 Subject: [PATCH] Check in proper version of Eric's patch. --- libgloss/mips/cma101.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgloss/mips/cma101.c b/libgloss/mips/cma101.c index 8e6c92b34..e8f381864 100644 --- a/libgloss/mips/cma101.c +++ b/libgloss/mips/cma101.c @@ -189,7 +189,7 @@ __sizemem () volatile unsigned int *probe; unsigned int baseorig; unsigned int sr; - extern void end[]; + extern char end[]; char *endptr = (char *)&end; int extra;