FreeBSD patch from Frederic Perrin <frederic.perrin@resel.fr> plus fix for

compile error in gethostbyaddr resolver.
Order of pcap.h vs bpf.h switched, to fix compilation on Mac OS X.
This commit is contained in:
pdw
2011-10-02 21:41:47 +00:00
parent 3e90c6b547
commit 120a1b2c53
3 changed files with 42 additions and 27 deletions

View File

@@ -6,6 +6,7 @@
static const char rcsid[] = "$Id$";
#include <sys/socket.h>
#include <sys/types.h>
#include <errno.h>