summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-05-28 15:52:13 +0000
committerLennart Poettering <lennart@poettering.net>2007-05-28 15:52:13 +0000
commit67cb77575f98a78b7365a972b08fb2013782eda3 (patch)
tree557f3c5bc376155bc74c7e0a11dfd77c1be785cf
parent707def14fc4cebc3b2407768c7ac03019a39c87f (diff)
build fix for systems lacking capability suppoort. (Problem identified and original patch supplied by Diego Petteno
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1462 fefdeb5f-60dc-0310-8127-8f9354f1896f
-rw-r--r--src/pulsecore/core-util.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pulsecore/core-util.c b/src/pulsecore/core-util.c
index 480ac3b7..5159934d 100644
--- a/src/pulsecore/core-util.c
+++ b/src/pulsecore/core-util.c
@@ -544,6 +544,10 @@ fail:
cap_free(caps);
}
#endif
+
+ ; /* We put this here to get the code to compile when
+ * HAVE_SYS_CAPABILITY_H is not defined. Don't remove unless you
+ * know what you do */
}
/* Reset the priority to normal, inverting the changes made by pa_raise_priority() */