diff options
| author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-20 07:38:37 +0000 |
|---|---|---|
| committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-20 07:38:37 +0000 |
| commit | f538329b137ab2b88d77133872f7bad04a9e1597 (patch) | |
| tree | 0f12a7eed28ba5410f2f54dc1613ab42ee5e4627 /net/linphone-base/files/patch-mediastreamer::msfifo.c | |
| parent | Don't override config file during installation. (diff) | |
add missing files from previous commit with the backout.
Notes
Notes:
svn path=/head/; revision=91709
Diffstat (limited to 'net/linphone-base/files/patch-mediastreamer::msfifo.c')
| -rw-r--r-- | net/linphone-base/files/patch-mediastreamer::msfifo.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/net/linphone-base/files/patch-mediastreamer::msfifo.c b/net/linphone-base/files/patch-mediastreamer::msfifo.c new file mode 100644 index 000000000000..f30f63710642 --- /dev/null +++ b/net/linphone-base/files/patch-mediastreamer::msfifo.c @@ -0,0 +1,15 @@ + +$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) + { |
