summaryrefslogtreecommitdiff
path: root/net-analyzer/argus/files/argus-3.0.8.2-fno-common.patch
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/argus/files/argus-3.0.8.2-fno-common.patch')
-rw-r--r--net-analyzer/argus/files/argus-3.0.8.2-fno-common.patch45
1 files changed, 0 insertions, 45 deletions
diff --git a/net-analyzer/argus/files/argus-3.0.8.2-fno-common.patch b/net-analyzer/argus/files/argus-3.0.8.2-fno-common.patch
deleted file mode 100644
index 66f950d0c04d..000000000000
--- a/net-analyzer/argus/files/argus-3.0.8.2-fno-common.patch
+++ /dev/null
@@ -1,45 +0,0 @@
---- a/include/argus/bootp.h
-+++ b/include/argus/bootp.h
-@@ -45,6 +45,8 @@
- unsigned char bp_vend[64]; /* vendor-specific area */
- };
-
-+extern struct bootp *bp;
-+
- /*
- * UDP port numbers, server and client.
- */
---- a/argus/ArgusUdp.c
-+++ b/argus/ArgusUdp.c
-@@ -40,9 +40,6 @@
- #include <argus_compat.h>
- #include <ArgusModeler.h>
-
--#include <argus/bootp.h>
--struct bootp *bp;
--
- void ArgusUpdateUDPState (struct ArgusModelerStruct *, struct ArgusFlowStruct *, unsigned char *);
-
- void
---- a/argus/ArgusUdt.c
-+++ b/argus/ArgusUdt.c
-@@ -40,9 +40,6 @@
- #include <argus_compat.h>
- #include <ArgusModeler.h>
-
--#include <argus/bootp.h>
--struct bootp *bp;
--
- struct ArgusSystemFlow *
- ArgusCreateUDTFlow (struct ArgusModelerStruct *model, struct udt_header *udt)
- {
---- a/argus/ArgusModeler.c
-+++ b/argus/ArgusModeler.c
-@@ -43,7 +43,6 @@
-
- #include <argus.h>
-
--#include <argus/bootp.h>
- #include <signal.h>
-
- #include <sched.h>