summaryrefslogtreecommitdiff
path: root/net/udpcast/files/patch-participants.h
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-02-18 17:03:44 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-02-18 17:03:44 +0000
commit2aa187699bec7db75024022ec06d264fb3bf70cd (patch)
tree94d0053b2fde78c06073f0863693de01981e2a30 /net/udpcast/files/patch-participants.h
parentUpdate to 2.1.9. (diff)
- Update to 20081213
PR: ports/131561 Submitted by: Leon Kos <leon.kos@lecad.fs.uni-lj.si>
Notes
Notes: svn path=/head/; revision=228604
Diffstat (limited to 'net/udpcast/files/patch-participants.h')
-rw-r--r--net/udpcast/files/patch-participants.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/net/udpcast/files/patch-participants.h b/net/udpcast/files/patch-participants.h
index f09b1aa4c62b..6e7ef8da3d7f 100644
--- a/net/udpcast/files/patch-participants.h
+++ b/net/udpcast/files/patch-participants.h
@@ -1,10 +1,13 @@
---- participants.h.orig Tue Jul 20 13:49:28 2004
-+++ participants.h Tue Jul 20 13:49:40 2004
-@@ -3,6 +3,7 @@
+--- participants.h.orig 2005-12-22 23:59:18.000000000 +0100
++++ participants.h 2009-02-05 12:18:19.000000000 +0100
+@@ -3,6 +3,10 @@
#define MAX_CLIENTS 1024
+#include <sys/types.h>
- #include <sys/socket.h>
-
++#include <sys/socket.h>
++
++
typedef struct participantsDb *participantsDb_t;
+
+ #define isParticipantValid udpc_isParticipantValid