This simple LD_PRELOAD wrapper turns calls to vfork() into fork(). This can make life easier for some debugging tools. To compile, just run 'make'. To use it, set LD_PRELOAD to the absolute path of vfork.so, ie. LD_PRELOAD=/full/path/to/vfork.so program Peter Benie