Commit 0982dcd98b7561269fdddaef4388da7177de7603

Guillem Jover 2015-09-23T07:10:18

Lock the file streams in fgetln() and fparseln() The fparseln() function had the NetBSD uppercase macros stubbed out, so replace them with the actual stdio ones. The fgetln() function was missing any locking at all.