CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/02/13 08:47:33
Modified files:
usr.bin/ftp : fetch.c
Log message:
Fixes and tweaks for read/write loop in url_get()
Changes already present in file_get()
- no need to special case write(2) returning 0
- clearer loop condition
- fix read error detection and properly save errno
