Ethereal-dev: Re: [Ethereal-dev] Ethereal 0.9.7 compile fix II

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Joerg Mayer <jmayer@xxxxxxxxx>
Date: Wed, 9 Oct 2002 00:32:31 +0200
On Tue, Oct 08, 2002 at 01:24:17PM -0400, cjs 2895 wrote:
> The following fix will all configure on AIX to correctly detect if libpcap 
> exports its version or not when using the IBM Visual Age C compiler -- it 
> didn't like the nested function, and seemed to be weary of the declaration 
> of pcap_version.
> 
> diff configure.old configure

configure is an automatically generated file. The part you are patching
is taken from the file acinclude.m4 (and after patching that file you
may want to run autogen.sh).

> 10945,10948d10944
> < int
> < main ()
...
> >int
> >main ()
> >{
> >   return_pcap_version();
> >   return(0);

If possible, please create patches in unified context diff format (diff -u)
or, if your diff doesn't support -u, please use -c (context diff format).

Can you please resubmit your patch?

Thanks for your contributions!

 Ciao
       Jörg

--
Joerg Mayer                                          <jmayer@xxxxxxxxx>
I found out that "pro" means "instead of" (as in proconsul). Now I know
what proactive means.