projects
/
profile
/
ivi
/
pulseaudio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67cb775
)
We now use gid unconditionally, so make sure it's defined.
author
Pierre Ossman
<ossman@cendio.se>
Tue, 29 May 2007 07:47:02 +0000
(07:47 +0000)
committer
Pierre Ossman
<ossman@cendio.se>
Tue, 29 May 2007 07:47:02 +0000
(07:47 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1463
fefdeb5f
-60dc-0310-8127-
8f9354f1896f
src/daemon/main.c
patch
|
blob
|
history
diff --git
a/src/daemon/main.c
b/src/daemon/main.c
index
72e4797
..
91cc3a2
100644
(file)
--- a/
src/daemon/main.c
+++ b/
src/daemon/main.c
@@
-320,9
+320,7
@@
int main(int argc, char *argv[]) {
int suid_root, real_root;
int valid_pid_file = 0;
-#ifdef HAVE_GETUID
gid_t gid = (gid_t) -1;
-#endif
#ifdef OS_IS_WIN32
pa_time_event *timer;