aboutsummaryrefslogtreecommitdiffstats
path: root/security/stunnel/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'security/stunnel/files/patch-aa')
-rw-r--r--security/stunnel/files/patch-aa10
1 files changed, 0 insertions, 10 deletions
diff --git a/security/stunnel/files/patch-aa b/security/stunnel/files/patch-aa
deleted file mode 100644
index 4040d81f01a8..000000000000
--- a/security/stunnel/files/patch-aa
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/common.h.orig Sat Aug 31 08:16:32 2002
-+++ src/common.h Sat Aug 31 08:16:35 2002
-@@ -140,6 +140,7 @@
- #define writesocket(s,b,n) write((s),(b),(n))
- #define closesocket(s) close(s)
- #define ioctlsocket(a,b,c) ioctl((a),(b),(c))
-+#define sock_ioctlsocket(a,b,c) ioctl((a),(b),(c))
-
- /* Unix-specific headers */
- #include <syslog.h>