diff options
Diffstat (limited to 'sys-apps/ucspi-tcp')
-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" |