From 5d5a6520c31214404852e6f191778a5ea12b0e8d Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Tue, 2 Nov 1993 23:38:41 +0000 Subject: [PATCH] * config/ho-hpux.h: Do not include ho-sysv.h. Instead include standard hpux include files to pick up various function decls. --- gas/config/ho-hpux.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/gas/config/ho-hpux.h b/gas/config/ho-hpux.h index ebea9e2..23310d7 100644 --- a/gas/config/ho-hpux.h +++ b/gas/config/ho-hpux.h @@ -17,8 +17,6 @@ along with GAS; see the file COPYING. If not, write to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ -#include "ho-sysv.h" - /* This header file contains the #defines specific to HPUX changes sent me by cph@zurich.ai.mit.edu */ #ifndef hpux @@ -31,4 +29,13 @@ #define setbuffer(stream, buf, size) +/* Some basic include files. Avoid including ho-sysv.h as it defines + malloc and free and the declarations do not match what HPUX puts + in its include files! Declaring such system functions is not all + that good of an idea. */ +#include +#include +#include +#include + /* end of ho-hpux.h */ -- 2.7.4