CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/03 07:49:51
Modified files:
usr.bin/patch : patch.c
Log message:
As pointed out by tobiasu, ed-style patches still use popen() and execute
/bin/ed. This is RETARDED. Nothing learned from the last year?
Add tame "proc" until that is fixed, to allow fork+exec.
I beg for someone to cross-link the guts of ed directly into patch, or
write a ed-subset which can do the job.
