Too many changes to list here: http://pulseaudio.org/milestone/0.9.15 http://pulseaudio.org/milestone/0.9.16 http://pulseaudio.org/milestone/0.9.17 http://pulseaudio.org/milestone/0.9.18 http://pulseaudio.org/milestone/0.9.19 http://pulseaudio.org/milestone/0.9.20 http://pulseaudio.org/milestone/0.9.21
13 lines
352 B
Text
13 lines
352 B
Text
$NetBSD: patch-af,v 1.2 2010/02/01 15:00:20 jmcneill Exp $
|
|
|
|
--- src/pulse/util.c.orig 2010-02-01 14:18:18.000000000 +0000
|
|
+++ src/pulse/util.c
|
|
@@ -178,7 +178,7 @@ char *pa_get_binary_name(char *s, size_t
|
|
}
|
|
#endif
|
|
|
|
-#ifdef __linux__
|
|
+#if defined(__linux__) || defined(__NetBSD__)
|
|
{
|
|
char *rp;
|
|
/* This works on Linux only */
|