CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/07/23 14:13:01
Modified files:
usr.bin/join : join.c
Log message:
getline(3) does it's own memory allocation. No need to use an intermediate
buffer and copy it over to the final destination.
Tweaks and OK millert@, schwarze@
