mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
pstream-util: Fix build on freebsd
The previous fix was not entirely complete. Signed-off-by: David Henningsson <david.henningsson@canonical.com>
This commit is contained in:
parent
e728bcf614
commit
356e133357
1 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
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
|
#endif
|
||||||
|
|
||||||
void pa_pstream_send_error(pa_pstream *p, uint32_t tag, uint32_t error) {
|
void pa_pstream_send_error(pa_pstream *p, uint32_t tag, uint32_t error) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue