components/libpcap/patches/30-getifaddrs.patch
branchs11u1-sru
changeset 2908 8f5c62cdd648
parent 2907 b70f4f71f1b5
child 2909 a4709a200379
--- a/components/libpcap/patches/30-getifaddrs.patch	Tue Jan 21 15:46:29 2014 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,11 +0,0 @@
---- 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>