mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-09 13:29:59 -05:00
once.c is no longer POSIX specific. Since it is now considerably more advanced than it used to be, use it on windows, too
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1841 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
7f9fea74ef
commit
19eb7ebd4d
4 changed files with 3 additions and 75 deletions
|
|
@ -320,7 +320,6 @@ int main(int argc, char *argv[]) {
|
|||
int daemon_pipe[2] = { -1, -1 };
|
||||
int suid_root, real_root;
|
||||
int valid_pid_file = 0;
|
||||
|
||||
gid_t gid = (gid_t) -1;
|
||||
|
||||
#ifdef OS_IS_WIN32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue