mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-11 13:30:02 -05:00
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:
parent
67cb77575f
commit
5530d3295a
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue