components/libpcap/patches/30-getifaddrs.patch
changeset 431 e60e527b8179
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/libpcap/patches/30-getifaddrs.patch	Thu Jul 21 10:48:02 2011 -0700
@@ -0,0 +1,11 @@
+--- libpcap-1.1.1/fad-getad.c	Mon Apr  5 10:54:05 2010
++++ patched-libpcap-1.1.1/fad-getad.c	Wed Jul 20 14:50:56 2011
+@@ -64,7 +64,7 @@
+ # ifdef __Lynx__
+ /* LynxOS */
+ #  include <netpacket/if_packet.h>
+-# else
++# elif defined(linux)
+ /* Linux */
+ #  include <linux/types.h>
+ #  include <linux/if_packet.h>