CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/02/16 09:27:34
Modified files:
distrib/special/ftp: Makefile
usr.bin/ftp : Makefile cookie.c fetch.c
Log message:
make use of getline(3) in ftp(1)
Replace fparseln(3) with getline(3). This removes the only use of
libutil.a(fparseln.o) from the ramdisk.
Replace a complicated fgetln(3) idiom with the much simpler getline(3).
ok jca@
