summaryrefslogtreecommitdiff
path: root/net/linphone-base/files/patch-mediastreamer::msfifo.c
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-20 07:35:36 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-20 07:35:36 +0000
commitd101b93e0aedbf3e63a2a24833cc938e6cab1ef3 (patch)
treef1b4de0de0119afbdf292d9554c72d4f138f934c /net/linphone-base/files/patch-mediastreamer::msfifo.c
parent- Update to version 9.3 (diff)
Undo update of net/linphone. The port uses some kind of programming
trick to find out the IP address of the outgoing interface. This trick works fine on Linux, but fails on *BSD. For more information, see udpcliserv/udpcli09.c in the book of Richard Stevens. Touched port-epoch
Notes
Notes: svn path=/head/; revision=91707
Diffstat (limited to 'net/linphone-base/files/patch-mediastreamer::msfifo.c')
-rw-r--r--net/linphone-base/files/patch-mediastreamer::msfifo.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/net/linphone-base/files/patch-mediastreamer::msfifo.c b/net/linphone-base/files/patch-mediastreamer::msfifo.c
deleted file mode 100644
index f30f63710642..000000000000
--- a/net/linphone-base/files/patch-mediastreamer::msfifo.c
+++ /dev/null
@@ -1,15 +0,0 @@
-
-$FreeBSD$
-
---- mediastreamer/msfifo.c 2002/12/30 08:33:16 1.1
-+++ mediastreamer/msfifo.c 2002/12/30 08:33:36
-@@ -23,6 +23,9 @@
- #include "msutils.h"
- #include "msfifo.h"
-
-+#ifndef ENODATA
-+#define ENODATA 61
-+#endif
-
- MSFifo * ms_fifo_new(MSBuffer *buf, gint r_gran, gint w_gran, gint r_offset, gint w_offset)
- {