[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.15-test5-82-g87d63b1

Lennart Poettering gitmailer-noreply at 0pointer.de
Fri Mar 27 06:37:56 PDT 2009


This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.

The master branch has been updated
      from  db714bfea6ccf7be887ddf1f41b084433304fd9d (commit)

- Log -----------------------------------------------------------------
87d63b1 Small fix for MacOSX compat
-----------------------------------------------------------------------

Summary of changes:
 src/pulsecore/core-util.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------

commit 87d63b19a3f35650536c3595cf89145d61a052ca
Author: Lennart Poettering <lennart at poettering.net>
Date:   Fri Mar 27 14:37:58 2009 +0100

    Small fix for MacOSX compat
    
    Issue originally pointed out by Igor Zubkov.

diff --git a/src/pulsecore/core-util.c b/src/pulsecore/core-util.c
index 0d243ee..e5d8a2f 100644
--- a/src/pulsecore/core-util.c
+++ b/src/pulsecore/core-util.c
@@ -2617,7 +2617,7 @@ char *pa_realpath(const char *path) {
         return NULL;
     }
 
-#ifndef __GLIBC__
+#if !defined(__GLIBC__) && !defined(__APPLE__)
 #error "It's not clear whether this system supports realpath(..., NULL) like GNU libc does. If it doesn't we need a private version of realpath() here."
 #endif
 

-- 
hooks/post-receive
PulseAudio Sound Server



More information about the pulseaudio-commits mailing list