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 <[email protected]>
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
_______________________________________________
pulseaudio-commits mailing list
[email protected]
https://tango.0pointer.de/mailman/listinfo/pulseaudio-commits

Reply via email to