diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-13 19:59:22 +0200 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2018-07-11 13:04:38 +0100 |
commit | 117c989869d0eac27cff252d37f0202ce8d3d701 (patch) | |
tree | 2a5118c7d447a50c0cf3b8bcefc945caf5074337 /sys-apps | |
parent | net-mail/qmhandle: remove unused patch(es) (diff) | |
download | gentoo-117c989869d0eac27cff252d37f0202ce8d3d701.tar.gz gentoo-117c989869d0eac27cff252d37f0202ce8d3d701.tar.bz2 gentoo-117c989869d0eac27cff252d37f0202ce8d3d701.zip |
sys-apps/ucspi-tcp: remove unused patches
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/ucspi-tcp/files/0.88-errno.patch | 13 | ||||
-rw-r--r-- | sys-apps/ucspi-tcp/files/0.88-exit.patch | 10 |
2 files changed, 0 insertions, 23 deletions
diff --git a/sys-apps/ucspi-tcp/files/0.88-errno.patch b/sys-apps/ucspi-tcp/files/0.88-errno.patch deleted file mode 100644 index 0d15819b9390..000000000000 --- a/sys-apps/ucspi-tcp/files/0.88-errno.patch +++ /dev/null @@ -1,13 +0,0 @@ -http://bugs.gentoo.org/16804 - ---- a/error.h -+++ b/error.h -@@ -1,7 +1,7 @@ - #ifndef ERROR_H - #define ERROR_H - --extern int errno; -+#include <errno.h> - - extern int error_intr; - extern int error_nomem; diff --git a/sys-apps/ucspi-tcp/files/0.88-exit.patch b/sys-apps/ucspi-tcp/files/0.88-exit.patch deleted file mode 100644 index 4925441b49d2..000000000000 --- a/sys-apps/ucspi-tcp/files/0.88-exit.patch +++ /dev/null @@ -1,10 +0,0 @@ -Index: ucspi-tcp-0.88/tcprulescheck.c -=================================================================== ---- ucspi-tcp-0.88.orig/tcprulescheck.c -+++ ucspi-tcp-0.88/tcprulescheck.c -@@ -1,3 +1,5 @@ -+#include <unistd.h> -+ - #include "byte.h" - #include "buffer.h" - #include "strerr.h" |