CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/06/28 11:35:06
Modified files:
usr.bin/ftp : Makefile fetch.c
Log message:
drop needless strcspn in the header parsing
since fetch.c revision 1.211, ftp removes trailingwhitespaces early so
there's no need to re-do that when parsing a header.
while here, remove an unused variable too.
ok tb, millert
