aboutsummaryrefslogtreecommitdiff
path: root/net/mcl/files/patch-test_no_tx.c
diff options
context:
space:
mode:
authorBruce M Simpson <bms@FreeBSD.org>2003-11-14 16:33:33 +0000
committerBruce M Simpson <bms@FreeBSD.org>2003-11-14 16:33:33 +0000
commit7ab4a1fe58139bc586065444a529c554479c2574 (patch)
treedda92305527359c66a3e9895a576058f950793bf /net/mcl/files/patch-test_no_tx.c
parent461abecb09279f2fe663a57dd63224bfd8cc084b (diff)
Add mcl 2.99,
implementation of the ALC and NORM Reliable Multicast Protocols. PR: 58728 Submitted by: past@noc.ntua.gr
Notes
Notes: svn path=/head/; revision=93959
Diffstat (limited to 'net/mcl/files/patch-test_no_tx.c')
-rw-r--r--net/mcl/files/patch-test_no_tx.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/mcl/files/patch-test_no_tx.c b/net/mcl/files/patch-test_no_tx.c
new file mode 100644
index 000000000000..e6f1e0b90d83
--- /dev/null
+++ b/net/mcl/files/patch-test_no_tx.c
@@ -0,0 +1,13 @@
+--- check/alc/test_no_tx.c.orig Tue Jul 22 19:37:39 2003
++++ check/alc/test_no_tx.c Wed Oct 15 17:10:20 2003
+@@ -25,6 +25,10 @@
+
+ #include <stdio.h>
+
++#ifdef FREEBSD
++#include <sys/types.h>
++#endif
++
+ #ifdef WIN32
+ #include <winsock2.h>
+ #else