freebsd-ports/security/stunnel/files/patch-aa
Peter Pentchev e787d21d74 Update to 3.21.
Change USE_AUTOCONF to GNU_CONFIGURE; there have been no configure.in
patches for some time now.

PR:		31656
Submitted by:	maintainer
2001-11-01 08:28:38 +00:00

11 lines
355 B
Plaintext

--- common.h.orig Wed Oct 31 00:07:31 2001
+++ common.h Wed Oct 31 11:07:29 2001
@@ -174,6 +174,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>