Properly detach children so we dont have to pthread_join() them. Fixes
authorMatthew Dillon <dillon@dragonflybsd.org>
Fri, 11 Apr 2008 08:44:07 +0000 (08:44 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Fri, 11 Apr 2008 08:44:07 +0000 (08:44 +0000)
commit0509810da7572df25cfbe33e9ade1fd579394387
treecdd1c70f0d9fcebbc5ed5721d4c668f961d895db
parent44dd162858011fececab1771f5d12e2af31133e5
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