Ticket #478: proplist-util.c.patch
| File proplist-util.c.patch, 464 bytes (added by Tron, 3 years ago) |
|---|
-
src/pulsecore/proplist-util.c
old new 35 35 36 36 #include "proplist-util.h" 37 37 38 #ifdef __APPLE__ 39 #include <crt_externs.h> 40 #define environ (*_NSGetEnviron()) 41 #endif 42 38 43 void pa_init_proplist(pa_proplist *p) { 39 44 int a, b; 40 #if !HAVE_DECL_ENVIRON 45 #if !HAVE_DECL_ENVIRON && !defined(__APPLE__) 41 46 extern char **environ; 42 47 #endif 43 48 char **e;
