summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com>2017-01-17 18:43:01 +0100
committerDavid Seifert <soap@gentoo.org>2017-01-18 10:19:24 +0100
commit4e8d2a6e7531b0118afab51e436522c44e2a09d6 (patch)
treec449f4ee6203f852ae39b6d41be8aee11685b474 /net-misc/portfwd/files
parentnet-libs/rabbitmq-c: remove unused patch (diff)
downloadgentoo-4e8d2a6e7531b0118afab51e436522c44e2a09d6.tar.gz
gentoo-4e8d2a6e7531b0118afab51e436522c44e2a09d6.tar.bz2
gentoo-4e8d2a6e7531b0118afab51e436522c44e2a09d6.zip
net-misc/portfwd: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3516
Diffstat (limited to 'net-misc/portfwd/files')
-rw-r--r--net-misc/portfwd/files/portfwd-0.28-64bit.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/net-misc/portfwd/files/portfwd-0.28-64bit.patch b/net-misc/portfwd/files/portfwd-0.28-64bit.patch
deleted file mode 100644
index 8bd1494642a1..000000000000
--- a/net-misc/portfwd/files/portfwd-0.28-64bit.patch
+++ /dev/null
@@ -1,30 +0,0 @@
---- src/proto_map.cc 28 Jan 2004 19:14:10 -0000 1.4
-+++ src/proto_map.cc 1 Feb 2007 06:21:03 -0000
-@@ -16,11 +16,11 @@
- map_list = map_l;
- fragile = 0; /* false */
-
-- ftp_actv = (int) actv;
-+ ftp_actv = actv != NULL;
- if (ftp_actv)
- actv_ip = *actv;
-
-- ftp_pasv = (int) pasv;
-+ ftp_pasv = pasv != NULL;
- if (ftp_pasv)
- pasv_ip = *pasv;
-
---- src/proto_map.hpp 28 Jan 2004 19:14:10 -0000 1.3
-+++ src/proto_map.hpp 1 Feb 2007 06:21:03 -0000
-@@ -16,8 +16,8 @@
- private:
- vector<int> *port_list;
- vector<host_map*> *map_list;
-- int ftp_actv;
-- int ftp_pasv;
-+ bool ftp_actv;
-+ bool ftp_pasv;
- struct ip_addr actv_ip;
- struct ip_addr pasv_ip;
- int uid;
-