Properly detach children so we dont have to pthread_join() them. Fixes
commit1af9dbfdb4d2005c65ad285924055945614c79f6
authorMatthew Dillon <dillon@dragonflybsd.org>
Fri, 11 Apr 2008 08:44:07 +0000 (11 08:44 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Fri, 11 Apr 2008 08:44:07 +0000 (11 08:44 +0000)
tree25cfd2f7e4084f70d78bd89ee46a206f614cd61b
parentcff637a0dbeded94e6e54b9a86e586d13f4fefe0
Properly detach children so we dont have to pthread_join() them.  Fixes
a resource exhaustion issue which could stall cpdup when used with -pN.
bin/cpdup/cpdup.c