K 10 svn:author V 3 pfg K 8 svn:date V 27 2013-06-26T04:14:19.402146Z K 7 svn:log V 383 sed: use getline() instead of fgetln(). In BSD, fgetln() available in libc but in Illumos the Solaris port had to include it internally. It also seems to have caused problems [1]. Aid portability by using getline() instead. Reference: https://www.illumos.org/issues/3820 [1] Submitted by: Johann 'Myrkraverk' Oskarsson Reviewed by: dds MFC after: 2 weeks END