t;close on
exec" flag that you can set with fcntl(). Then, you can use plain
system(). It should work like this:
fcntl(fd, F_SETFD, FD_CLOEXEC);
Ideally, one would do this for each file descriptor as it is opened.
Hope this helps,
chrisp
--
chrisp a.k.a. Christoph Pfisterer "A c
works with autoconf 2.50 or newer.
The attached patch is against the current CVS version (which
identifies itself as 1.1.1.6). It compiles and runs fine on my Mac OS
X box, although I haven't tested the new features yet.
Please let me know what you think.
Greetings,
chrisp
--
chrisp