freebsd-ports/security/stunnel/files/patch-aa
Peter Pentchev 88cba5e382 Update to stunnel-4.00.
*** WARNING WARNING WARNING ***
The stunnel invocation has changed!  The program no longer accepts
command-line options, but is controlled by a config file instead.
Please refer to the stunnel(8) manual page for more information.

PR:		42249
Submitted by:	Dan Langille <dan@langille.org>, lioux
2002-09-20 09:29:11 +00:00

10 lines
363 B
Text

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