Package: pulseaudio
Severity: important
Version: 0.9.10-2.1
Tags: patch
User: [EMAIL PROTECTED]
Usertags: kfreebsd

Hi,

the current version fails to build on GNU/kFreeBSD.

The implementation of function pa_drop_caps() in caps.c
does not match prototype in caps.h.
Please use fix bellow.

It would also be nice if you can ask upstream
to include this change.

Thanks in advance

                        Petr



--- src/daemon/caps.c~  2008-09-03 09:02:10.000000000 +0000
+++ src/daemon/caps.c   2008-09-03 09:02:10.000000000 +0000
@@ -131,9 +131,8 @@
     return 0;
 }

-int pa_drop_caps(void) {
+void pa_drop_caps(void) {
     pa_drop_root();
-    return 0;
 }

 #endif




--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to