Re: [tcpdump-workers] fddipad on NetBSD

2005-04-07 Thread Gert Doering
Hi, On Wed, Apr 06, 2005 at 07:38:46PM -0700, Guy Harris wrote: > Perhaps a post-1.6 version happened to define PCAP_FDDIPAD elsewhere (or > perhaps the code didn't even compile on those versions - did you try it > on 2.0, for example?). If you tell me what to look for, I can do some testing on

Re: [tcpdump-workers] fddipad on NetBSD

2005-04-06 Thread Michael Richardson
-BEGIN PGP SIGNED MESSAGE- > "Guy" == Guy Harris <[EMAIL PROTECTED]> writes: >> I'd like to make sure that libpcap 0.9.1-096 compiles on NetBSD >> 1.6. It appears that the test for fddipad says >> defined(__NetBSD__), but that member must have been introduced in >> a

Re: [tcpdump-workers] fddipad on NetBSD

2005-04-06 Thread Guy Harris
Michael Richardson wrote: I'd like to make sure that libpcap 0.9.1-096 compiles on NetBSD 1.6. It appears that the test for fddipad says defined(__NetBSD__), but that member must have been introduced in a post-1.6 version of NetBSD. Actually, the problem appears to be that PCAP_FDDIPAD is defined i

[tcpdump-workers] fddipad on NetBSD

2005-04-06 Thread Michael Richardson
-BEGIN PGP SIGNED MESSAGE- I'd like to make sure that libpcap 0.9.1-096 compiles on NetBSD 1.6. It appears that the test for fddipad says defined(__NetBSD__), but that member must have been introduced in a post-1.6 version of NetBSD. Can we fix this to depend upon a NetBSD version macro