- Subject: Re: [Ethereal-users] Problem building ethereal-0.9.16 under HP OSF1 V4.0
- From: Guy Harris <guy@xxxxxxxxxxxx>
- Date: Wed, 5 Nov 2003 12:17:48 -0800
On Nov 5, 2003, at 9:13 AM, TOY Richard wrote:
I get the following conflict when I try to build 0.9.16 under HP OSF1
V4.0: -
...
packet-ansi_a.c:5959: conflicting types for `P_SID'
/usr/include/sys/procset.h:84: previous declaration of `P_SID'
What happens if you remove the #includes of <sys/types.h> and
<netinet/in.h> from "packet-ansi_a.c"? Few, if any, dissectors should
require those headers.