CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/10/05 07:30:30
Modified files:
usr.bin/cal : cal.c
usr.bin/colrm : colrm.c
usr.bin/column : column.c
usr.bin/comm : comm.c
usr.bin/diff3 : diff3prog.c
usr.bin/dirname: dirname.c
Log message:
tame "stdio rpath" or tame "stdio" suffices for all of these programs.
fairly easy to audit by running nm and noticing nothing beyond base
stdio except for fopen/freopen. Then review all callpaths to those
functions, and place the tame() calls.
ok sthen