K 10 svn:author V 2 cy K 8 svn:date V 27 2017-10-09T16:58:44.960085Z K 7 svn:log V 304 Use fgets() instead of gets(). The approach I used was to create a "poor man's" gets macro as an example. Though not the same as gets() it approximates gets() well enough. We might want to consider this approach in base. This is for ttps://reviews.freebsd.org/D12298. PR: 222796 Requested by: emaste END