Use autoconf detected define for getgroups() type.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@422 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Pierre Ossman 2006-01-05 23:11:15 +00:00
parent d5ce3ecef2
commit 72795fcaa6
5 changed files with 16 additions and 3 deletions

View file

@ -70,6 +70,10 @@
#define CONNECT_TIMEOUT 5
#ifdef OS_IS_WIN32
static const struct in6_addr in6addr_loopback = {{ IN6ADDR_LOOPBACK_INIT }};
#endif
struct pa_socket_client {
int ref;
struct pa_mainloop_api *mainloop;