forked from Lainports/freebsd-ports
*** 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
10 lines
363 B
Text
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>
|