From 059220be5ee22b4cadcd755241e424d5960a1431 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Mon, 22 Nov 1993 19:01:41 +0000 Subject: [PATCH] Fix declaration of etext for hp9000s300. --- v7/src/microcode/uxtrap.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/uxtrap.h b/v7/src/microcode/uxtrap.h index cd403b7dd..dd66eae2c 100644 --- a/v7/src/microcode/uxtrap.h +++ b/v7/src/microcode/uxtrap.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: uxtrap.h,v 1.23 1993/11/08 06:18:02 gjr Exp $ +$Id: uxtrap.h,v 1.24 1993/11/22 19:01:41 gjr Exp $ Copyright (c) 1990-1993 Massachusetts Institute of Technology @@ -603,6 +603,8 @@ extern unsigned int etext; #else /* not __linux */ #if !(defined (_HPUX) && (_HPUX_VERSION >= 80) && defined (hp9000s300)) extern long etext; +#else +extern int etext; #endif /* _HPUX ... */ #endif /* __linux */ #endif /* _AIX */ -- 2.25.1