This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [patch] fix compilation on hppa2.0w-hp-hpux11.11
- From: Tom Tromey <tromey at redhat dot com>
- To: Andreas Tobler <toa at pop dot agri dot ch>
- Cc: John David Anglin <dave at hiauly1 dot hia dot nrc dot ca>, java-patches at gcc dot gnu dot org
- Date: Wed, 04 Jul 2007 16:29:25 -0600
- Subject: Re: [patch] fix compilation on hppa2.0w-hp-hpux11.11
- References: <200707042025.l64KPSbl019512@hiauly1.hia.nrc.ca> <468C0399.8060402@pop.agri.ch>
- Reply-to: tromey at redhat dot com
>>>>> "Andreas" == Andreas Tobler <toa@pop.agri.ch> writes:
>> If I remember correctly, this can be fixed by replacing the
>> gcj/cni.h include with an include of platform.h. In any case,
>> posix.h includes gcj/cni.h, so including it is redundant.
Andreas> Yes, the follow-up one would remove the include <gcj/cni.h>. Was
Andreas> testing this just before.
This is fine, thanks.
It is a shame that these headers are so tweaky. I don't know of a
"high road" to fixing them though.
Tom