X-Git-Url: https://hackdaworld.org/gitweb/?a=blobdiff_plain;f=packages%2Fnet%2Fngrep%2Fbpf.patch;fp=packages%2Fnet%2Fngrep%2Fbpf.patch;h=0000000000000000000000000000000000000000;hb=3e65a11bd104e518797c17823c23cb1a067e432f;hp=80ff73d4c85c04acd3e8b758202cafcdf6829c7b;hpb=7408157ed5a8a71dd987513d4d8a77ab27d0b4fe;p=hdw-linux%2Fhdw-linux.git diff --git a/packages/net/ngrep/bpf.patch b/packages/net/ngrep/bpf.patch deleted file mode 100644 index 80ff73d..0000000 --- a/packages/net/ngrep/bpf.patch +++ /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 -+#include - #ifdef DLT_LINUX_SLL - yes - #endif -@@ -2863,7 +2863,7 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --#include -+#include - #ifdef DLT_LOOP - yes - #endif -@@ -2890,7 +2890,7 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --#include -+#include - #ifdef DLT_IEEE802_11 - yes - #endif -@@ -2917,7 +2917,7 @@ - cat >>conftest.$ac_ext <<_ACEOF - /* end confdefs.h. */ - --#include -+#include - #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 - - #include --#include -+#include - - #include - #include