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





_______________________________________________
Pkg-pulseaudio-devel mailing list
Pkg-pulseaudio-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-pulseaudio-devel

Reply via email to