sys-apps/ucspi-tcp: remove unused patches

This commit is contained in:
Michael Mair-Keimberger
2018-06-13 19:59:22 +02:00
committed by Tony Vroon
parent 2bf5f4ea85
commit 117c989869
2 changed files with 0 additions and 23 deletions

View File

@@ -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;

View File

@@ -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"