sys-apps/ucspi-tcp: remove unused patches
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Wed, 13 Jun 2018 17:59:22 +0000 (19:59 +0200)
committerTony Vroon <chainsaw@gentoo.org>
Wed, 11 Jul 2018 12:04:38 +0000 (13:04 +0100)
sys-apps/ucspi-tcp/files/0.88-errno.patch [deleted file]
sys-apps/ucspi-tcp/files/0.88-exit.patch [deleted file]

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 (file)
index 0d15819..0000000
+++ /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 (file)
index 4925441..0000000
+++ /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"