summaryrefslogtreecommitdiff
path: root/net/udpcast/files/patch-participants.h
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2004-07-20 22:11:31 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2004-07-20 22:11:31 +0000
commitc19ae258f85b6e1c6684d2a9235f6104b52dd842 (patch)
treedc54a974457b22a6269e1ccc0b1fae031b94d290 /net/udpcast/files/patch-participants.h
parentNew port dolly+ version 0.93: Improved version of dolly harddisk/partition (diff)
New port udpcast version 20040531: A file transfer tool using
ethernet's multicast
Notes
Notes: svn path=/head/; revision=114311
Diffstat (limited to 'net/udpcast/files/patch-participants.h')
-rw-r--r--net/udpcast/files/patch-participants.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/udpcast/files/patch-participants.h b/net/udpcast/files/patch-participants.h
new file mode 100644
index 000000000000..f09b1aa4c62b
--- /dev/null
+++ b/net/udpcast/files/patch-participants.h
@@ -0,0 +1,10 @@
+--- participants.h.orig Tue Jul 20 13:49:28 2004
++++ participants.h Tue Jul 20 13:49:40 2004
+@@ -3,6 +3,7 @@
+
+ #define MAX_CLIENTS 1024
+
++#include <sys/types.h>
+ #include <sys/socket.h>
+
+ typedef struct participantsDb *participantsDb_t;