[pulseaudio-commits] src/pulsecore

David Henningsson diwic at kemper.freedesktop.org
Sun Oct 26 00:24:09 PDT 2014


 src/pulsecore/pstream-util.c |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 356e13335702508f50b81990c2847742e1a0caae
Author: David Henningsson <david.henningsson at canonical.com>
Date:   Fri Aug 29 14:54:19 2014 +0200

    pstream-util: Fix build on freebsd
    
    The previous fix was not entirely complete.
    
    Signed-off-by: David Henningsson <david.henningsson at canonical.com>

diff --git a/src/pulsecore/pstream-util.c b/src/pulsecore/pstream-util.c
index a31c0c8..0403ab7 100644
--- a/src/pulsecore/pstream-util.c
+++ b/src/pulsecore/pstream-util.c
@@ -77,6 +77,10 @@ void pa_pstream_send_tagstruct_with_creds(pa_pstream *p, pa_tagstruct *t, const
     pa_pstream_send_tagstruct_with_ancil(p, t, NULL);
 }
 
+void pa_pstream_send_tagstruct_with_fds(pa_pstream *p, pa_tagstruct *t, int nfd, const int *fds) {
+    pa_assert_not_reached();
+}
+
 #endif
 
 void pa_pstream_send_error(pa_pstream *p, uint32_t tag, uint32_t error) {



More information about the pulseaudio-commits mailing list