On Sun, Jul 02, 2017 at 04:58:15AM -0600, Bryan Steele wrote: > CVSROOT: /cvs > Module name: src > Changes by: bry...@cvs.openbsd.org 2017/07/02 04:58:15 > > Modified files: > usr.bin/file : magic-load.c > > Log message: > Replace fgetln with POSIX getline, even though file was using fgetln in > the idiomatic safe way. Also, check for stream errors with ferror and > err(1, "") in that case. > > with feedback from joerg@, schwarze@, nicm@ > > ok nicm "code is shorter anyway", and joerg@ for an earlier diff
this should have been jung@, not joerg. sorry about that!