summaryrefslogtreecommitdiff
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, 10 insertions, 0 deletions
diff --git a/security/stunnel/files/patch-aa b/security/stunnel/files/patch-aa
new file mode 100644
index 000000000000..fa702e05ac69
--- /dev/null
+++ b/security/stunnel/files/patch-aa
@@ -0,0 +1,10 @@
+--- common.h.orig Mon Jul 16 12:36:12 2001
++++ common.h Mon Jul 16 12:36:45 2001
+@@ -118,6 +118,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))
+
+ /* POSIX threads */
+ #if HAVE_PTHREAD_H && HAVE_LIBPTHREAD