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:
Lennart Poettering 2007-09-17 13:50:13 +00:00
parent 7f9fea74ef
commit 19eb7ebd4d
4 changed files with 3 additions and 75 deletions

View file

@ -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