summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-01-13 17:47:30 +0100
committerDavid Seifert <soap@gentoo.org>2017-01-15 10:48:53 +0100
commit9393af4d8a15e89634e1529bc00fd100cf152459 (patch)
tree139fddd2126b5b7729467e8d5d69cd26c020efd3 /net-firewall
parentnet-anaylzer/ttcp: remove unused patch (diff)
downloadgentoo-9393af4d8a15e89634e1529bc00fd100cf152459.tar.gz
gentoo-9393af4d8a15e89634e1529bc00fd100cf152459.tar.bz2
gentoo-9393af4d8a15e89634e1529bc00fd100cf152459.zip
net-firewall/itval: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3452
Diffstat (limited to 'net-firewall')
-rw-r--r--net-firewall/itval/files/itval-1.1-gcc44.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/net-firewall/itval/files/itval-1.1-gcc44.patch b/net-firewall/itval/files/itval-1.1-gcc44.patch
deleted file mode 100644
index 796b67481796..000000000000
--- a/net-firewall/itval/files/itval-1.1-gcc44.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- a/FDDL/mdd.h
-+++ b/FDDL/mdd.h
-@@ -29,10 +29,11 @@
- //#define BRIEF_DEBUG
-
- #ifndef FDDL_MDD_H
- # define FDDL_MDD_H 1
-
-+# include <cstdio>
- # include <iostream>
- # include <assert.h>
-
- # include <FDDL/mddtypes.h>
- # include <FDDL/caches.h>
---- a/src/structures.h
-+++ b/src/structures.h
-@@ -28,10 +28,11 @@
-
- #ifndef __STRUCTURES_H
- #define __STRUCTURES_H
-
- #include <stdlib.h>
-+#include <cstdio>
-
- //Linked list of IP addresses
- class address
- {
- public: