]> git.sesse.net Git - vlc/commit
- <unistd.h> is needed for fork and execl
authorRémi Denis-Courmont <rem@videolan.org>
Sat, 9 Apr 2005 08:06:00 +0000 (08:06 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sat, 9 Apr 2005 08:06:00 +0000 (08:06 +0000)
commit9457d547da75b6acaccc47dda1e2cce629d72108
tree6bd20514e5a466bfc7a38de7fac6767821d10e71
parent0f024a91f262e166098eb61ae03d822e5deb5ac3
- <unistd.h> is needed for fork and execl
- use execlp instead of execl
- perform process replacement in the child process, not the parent
- wait for process termination (to avoid zombies)
- do not return value from void function
- more verbose
modules/misc/externrun.c