summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/ngrep/files/ngrep-1.41-fix-HAVE_DUMB_UDPHDR-test.patch')
-rw-r--r--net-analyzer/ngrep/files/ngrep-1.41-fix-HAVE_DUMB_UDPHDR-test.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-analyzer/ngrep/files/ngrep-1.41-fix-HAVE_DUMB_UDPHDR-test.patch b/net-analyzer/ngrep/files/ngrep-1.41-fix-HAVE_DUMB_UDPHDR-test.patch
deleted file mode 100644
index 06f42e77fe73..000000000000
--- a/net-analyzer/ngrep/files/ngrep-1.41-fix-HAVE_DUMB_UDPHDR-test.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- configure.in 2003-08-10 01:17:22.000000000 +0000
-+++ configure.in 2004-02-06 14:15:57.889662976 +0000
-@@ -179,7 +188,7 @@
- AC_DEFINE(LINUX)
-
- AC_MSG_CHECKING(for a dumb udphdr declaration)
-- AC_TRY_COMPILE(,
-+ AC_TRY_COMPILE(
- #ifndef __FAVOR_BSD
- #define __FAVOR_BSD
- #endif
-@@ -189,7 +198,7 @@
- #endif
-
- #include <netinet/udp.h>
--
-+,
- struct udphdr foo;
- unsigned short bar = foo.uh_sport;
- ,