aboutsummaryrefslogtreecommitdiff
path: root/net/samba-devel/files
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-09-24 04:29:42 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-09-24 04:29:42 +0000
commit9994a0349b3af6877f03ce3a2ead641e9917a6ed (patch)
tree596cafa3ac78dc6b1ca36dd043b58d73d521b962 /net/samba-devel/files
parent395cca5c3e80d12ba6eb394289d9ab6158ba021b (diff)
downloadports-9994a0349b3af6877f03ce3a2ead641e9917a6ed.tar.gz
ports-9994a0349b3af6877f03ce3a2ead641e9917a6ed.zip
Notes
Diffstat (limited to 'net/samba-devel/files')
-rw-r--r--net/samba-devel/files/patch-ah12
1 files changed, 12 insertions, 0 deletions
diff --git a/net/samba-devel/files/patch-ah b/net/samba-devel/files/patch-ah
new file mode 100644
index 000000000000..81b1f75158a4
--- /dev/null
+++ b/net/samba-devel/files/patch-ah
@@ -0,0 +1,12 @@
+--- lib/util_sock.c.orig Wed Sep 22 10:52:50 1999
++++ lib/util_sock.c Wed Sep 22 11:30:18 1999
+@@ -28,6 +28,9 @@
+ extern int sslFd;
+ #endif /* WITH_SSL */
+
++#undef MSG_WAITALL
++#define MSG_WAITALL 0
++
+ extern int DEBUGLEVEL;
+
+ BOOL passive = False;