K 10 svn:author V 3 pfg K 8 svn:date V 27 2013-07-10T21:05:03.304332Z K 7 svn:log V 240 MFC r252231: 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. END