mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
OSX protability patches from Conrad Parker
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@234 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
03ee5e2b44
commit
9e3890abb4
7 changed files with 7 additions and 2 deletions
|
|
@ -188,7 +188,7 @@ int main(int argc, char *argv[]) {
|
|||
pa_log_set_target(PA_LOG_SYSLOG, NULL);
|
||||
|
||||
setsid();
|
||||
setpgrp();
|
||||
setpgid(0,0);
|
||||
|
||||
close(0);
|
||||
close(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue