CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/11/21 09:15:43
Modified files:
usr.bin/tee : tee.c
Log message:
tee(1): use idiomatic write loop
tee(1) handles partial writes correctly, but the more idiomatic write
loop is shorter and easier to audit than this heterodox approach.
ok millert@
