Fix declaration of etext for hp9000s300.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 22 Nov 1993 19:01:41 +0000 (19:01 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Mon, 22 Nov 1993 19:01:41 +0000 (19:01 +0000)
v7/src/microcode/uxtrap.h

index cd403b7dd3ef8f5e47a99fc9f0485af0510a1438..dd66eae2c77933086cfa1fdfa6fd39a55de0a5fc 100644 (file)
@@ -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 */