[pulseaudio-discuss] [PATCH] pstream-util: Fix build on freebsd
David Henningsson
david.henningsson at canonical.com
Thu Oct 16 04:52:44 PDT 2014
The previous fix was not entirely complete.
Signed-off-by: David Henningsson <david.henningsson at canonical.com>
---
One of our 6.0 blockers, https://bugs.freedesktop.org/show_bug.cgi?id=80642
is fixing FreeBSD builds. The bug reporter has not responded (for more than a month)
about testing this patch. If there is no response from Ryan Lortie within some days,
I suggest we push this patch and mark the bug as fixed?
src/pulsecore/pstream-util.c | 4 ++++
1 file changed, 4 insertions(+)
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) {
--
1.9.1
More information about the pulseaudio-discuss
mailing list