mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sys-apps/ucspi-tcp: remove unused patches
This commit is contained in:
committed by
Tony Vroon
parent
2bf5f4ea85
commit
117c989869
@@ -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;
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user