Re: [tcpdump-workers] Fix pcap-linux.c compilation with non-glibc

2008-03-01 Thread Kris Katterjohn
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Bruce M Simpson wrote: | | You might want to look in XORP for a fairly rigorous set of | platform-independent autoconf tests, including (if memory serves me | right) socklen_t. | Thanks, but my check should be platform-independent as well. I was jus

Re: [tcpdump-workers] Fix pcap-linux.c compilation with non-glibc

2008-03-01 Thread Bruce M Simpson
Kris Katterjohn wrote: | I've attached a patch, and submitted it to the SF.net tracker, to check | for socklen_t in configure. pcap-linux.c is the only file that uses it, | but the #ifndef test to check if it's all ready defined or not is broken. | | Currently it assumes that glibc is the onl