use posix_spawn(3) instead of fork() and exec() manually as suggested
by jmg@.
Reviewed By: pfg
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D3353
use posix_spawn(3) instead of fork() and exec() manually as suggested Tags None Referenced Files None Subscribers None
Description
Details
|