CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/04 05:58:09
Modified files:
libexec/ftpd : extern.h ftpd.c popen.c
Log message:
fix custom popen to return pid to caller instead of tracking in a giant
array. this implies we can't use a function pointer for close, but also
means we get to repair some abuse of the comma operator.
ok miod
