diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-07-16 15:42:15 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-07-16 15:42:15 +0000 |
commit | 18740de9d76d89551e23de5b056eb504ed03cac4 (patch) | |
tree | 433759bc6b80c3a06935746e840d29da572d30ed /security/stunnel/files | |
parent | 0906c5a958e6b66a4dfd553d9d73d8ee04aae359 (diff) | |
download | ports-18740de9d76d89551e23de5b056eb504ed03cac4.tar.gz ports-18740de9d76d89551e23de5b056eb504ed03cac4.zip |
Notes
Diffstat (limited to 'security/stunnel/files')
-rw-r--r-- | security/stunnel/files/patch-aa | 10 |
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 |