diff options
author | Yixun Lan <dlan@gentoo.org> | 2016-11-29 17:25:11 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2016-11-29 17:26:21 +0800 |
commit | 4264995422023b157837a79aa72788001a516e02 (patch) | |
tree | 4b97c8b066a643962b2f77d4f0ebb38e37a941c3 /net-misc/tinc/files | |
parent | net-misc/tinc: version bump (diff) | |
download | gentoo-4264995422023b157837a79aa72788001a516e02.tar.gz gentoo-4264995422023b157837a79aa72788001a516e02.tar.bz2 gentoo-4264995422023b157837a79aa72788001a516e02.zip |
net-misc/tinc: drop old
Package-Manager: portage-2.3.2
Diffstat (limited to 'net-misc/tinc/files')
-rw-r--r-- | net-misc/tinc/files/tinc-1.1_pre14-upnp.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net-misc/tinc/files/tinc-1.1_pre14-upnp.patch b/net-misc/tinc/files/tinc-1.1_pre14-upnp.patch deleted file mode 100644 index 1d037efe8c3d..000000000000 --- a/net-misc/tinc/files/tinc-1.1_pre14-upnp.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/src/upnp.c b/src/upnp.c -index abd2f92..3bfc770 100644 ---- a/src/upnp.c -+++ b/src/upnp.c -@@ -57,7 +57,7 @@ static struct UPNPDev *upnp_discover(int delay, int *error) { - - #elif MINIUPNPC_API_VERSION <= 14 - -- return upnpDiscover(delay, NULL NULL, false, false, 2, error); -+ return upnpDiscover(delay, NULL, NULL, false, false, 2, error); - - #else - |