diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-11-01 08:28:38 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-11-01 08:28:38 +0000 |
commit | e787d21d7448ea688d4bba0ed0a97f78091b8d90 (patch) | |
tree | 58deda81b9846ba10b1a0af17cdd99faf6b22306 /security/stunnel/files/patch-aa | |
parent | add ixlib (diff) |
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
Notes
Notes:
svn path=/head/; revision=49446
Diffstat (limited to 'security/stunnel/files/patch-aa')
-rw-r--r-- | security/stunnel/files/patch-aa | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/security/stunnel/files/patch-aa b/security/stunnel/files/patch-aa index 087a7cdf3bb3..33f5ea0e6d88 100644 --- a/security/stunnel/files/patch-aa +++ b/security/stunnel/files/patch-aa @@ -1,10 +1,10 @@ ---- common.h.orig Sun Aug 12 22:12:11 2001 -+++ common.h Thu Aug 16 08:55:30 2001 -@@ -136,6 +136,7 @@ +--- 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)) - /* POSIX threads */ - #if HAVE_PTHREAD_H && HAVE_LIBPTHREAD + /* Unix-specific headers */ + #include <syslog.h> |