[vlc-devel] vlc: svn commit r10607 (courmisch)

Subversion daemon svn at videolan.org
Sat Apr 9 10:06:00 CEST 2005


r10607 | courmisch | 2005-04-09 10:06:00 +0200 (Sat, 09 Apr 2005) | 7 lines
Changed paths:
   M /trunk/modules/misc/externrun.c

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

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list