We now use gid unconditionally, so make sure it's defined.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1463 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Pierre Ossman 2007-05-29 07:47:02 +00:00
parent 67cb77575f
commit 5530d3295a

View file

@ -320,9 +320,7 @@ int main(int argc, char *argv[]) {
int suid_root, real_root; int suid_root, real_root;
int valid_pid_file = 0; int valid_pid_file = 0;
#ifdef HAVE_GETUID
gid_t gid = (gid_t) -1; gid_t gid = (gid_t) -1;
#endif
#ifdef OS_IS_WIN32 #ifdef OS_IS_WIN32
pa_time_event *timer; pa_time_event *timer;