Re: ftpd(8): remove useless parameter of get_line()

2021-05-17 Thread Chris Cappuccio
Jan Klemkow [j.klem...@wemelug.de] wrote: > Hi, > > This diff removes the useless FILE* parameter of get_line(). In every > call this parameter is always "stdin". Thus, we can replace ever use of > the variable iop with stdin. > > Like every other diff, I tested this diff with the ftpd

ftpd(8): remove useless parameter of get_line()

2021-05-16 Thread Jan Klemkow
Hi, This diff removes the useless FILE* parameter of get_line(). In every call this parameter is always "stdin". Thus, we can replace ever use of the variable iop with stdin. Like every other diff, I tested this diff with the ftpd regression tests. OK? bye, Jan Index: extern.h