a few FreeBSD fixes, from alexis

Signed-off-by: Lennart Poettering <lennart@poettering.net>
This commit is contained in:
Lennart Poettering 2008-10-01 01:31:56 +02:00
parent f04cfcd4f0
commit 644f39d261
4 changed files with 6 additions and 4 deletions

View file

@ -37,7 +37,7 @@
void pa_init_proplist(pa_proplist *p) {
int a, b;
#ifndef HAVE_DECL_ENVIRON
#if !HAVE_DECL_ENVIRON
extern char **environ;
#endif
char **e;