make getmntent_r discard long lines when it returns error, not seek back
authorRich Felker <dalias@aerifal.cx>
Wed, 28 Sep 2011 23:37:14 +0000 (19:37 -0400)
committerRich Felker <dalias@aerifal.cx>
Wed, 28 Sep 2011 23:37:14 +0000 (19:37 -0400)
seeking back can be performed by the caller, but if the caller doesn't
expect it, it will result in an infinite loop of failures.


No differences found