K 10 svn:author V 3 yar K 8 svn:date V 27 2002-07-12T15:51:15.000000Z K 7 svn:log V 388 Use fgetln(3) to read lines from configuration files (ftpusers, ftphosts.) Thus lines of any length can be handled, unlike before. Don't assume that each line read from the files ends with a newline. As a side effect in inithosts(), don't use automatic buffer at all, utilize malloc(3) when getting local host name instead. PR: misc/21494 Reviewed by: maxim, mikeh MFC after: 1 month END