updated/fixed stage3 packages with priority <= 2 (beside ipsec-tools & rarpd)
[hdw-linux/hdw-linux.git] / packages / net / ngrep / bpf.patch
diff --git a/packages/net/ngrep/bpf.patch b/packages/net/ngrep/bpf.patch
deleted file mode 100644 (file)
index 80ff73d..0000000
+++ /dev/null
@@ -1,58 +0,0 @@
---- ./configure.orig   2004-07-15 23:56:41.000000000 +0200
-+++ ./configure        2004-07-16 00:04:15.000000000 +0200
-@@ -2837,7 +2837,7 @@
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
--#include <net/bpf.h>
-+#include <pcap-bpf.h>
- #ifdef DLT_LINUX_SLL
- yes
- #endif
-@@ -2863,7 +2863,7 @@
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
--#include <net/bpf.h>
-+#include <pcap-bpf.h>
- #ifdef DLT_LOOP
- yes
- #endif
-@@ -2890,7 +2890,7 @@
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
--#include <net/bpf.h>
-+#include <pcap-bpf.h>
- #ifdef DLT_IEEE802_11
- yes
- #endif
-@@ -2917,7 +2917,7 @@
- cat >>conftest.$ac_ext <<_ACEOF
- /* end confdefs.h.  */
--#include <net/bpf.h>
-+#include <pcap-bpf.h>
- #ifdef DLT_RAW
- yes
- #endif
-@@ -3273,7 +3273,7 @@
- pcap_dir=""
- for dir in $PCAP_DIR ; do
-     if test -d $dir -a -r "$dir/pcap.h" -a \
--                       -r "$dir/net/bpf.h" ; then
-+                       -r "$dir/pcap-bpf.h" ; then
-        if test -n "$pcap_dir" -a "$pcap_dir" != "$dir"; then
-           echo
-           echo; echo more than one set found in:
---- ./ngrep.c.orig     2004-07-16 00:07:46.000000000 +0200
-+++ ./ngrep.c  2004-07-16 00:08:06.000000000 +0200
-@@ -55,7 +55,7 @@
- #include <netinet/ip_icmp.h>
- #include <pcap.h>
--#include <net/bpf.h>
-+#include <pcap-bpf.h>
- #include <stdlib.h>
- #include <string.h>