]> git.sesse.net Git - vlc/commit
* src/libvlc.c: use dameon() instead of fork() when available. It does some more...
authorGildas Bazin <gbazin@videolan.org>
Sun, 26 Sep 2004 17:54:56 +0000 (17:54 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sun, 26 Sep 2004 17:54:56 +0000 (17:54 +0000)
commit521e2124083b99d24d6b62ddaa53d65c0defe00d
treeda7ac9a52dc4f324ab913344a915086380ac0ac7
parent5f631245d55c891b556e7988d5c3a8c8d58723e5
* src/libvlc.c: use dameon() instead of fork() when available. It does some more things like reopening stdin/out/err to /dev/null which avoids screwing up the first sockets we open.
src/libvlc.c
src/libvlc.h
src/vlc.c