freebsd-dev/usr.bin/sed
Pedro F. Giffuni 1a2a4fc8ce 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 <johann@myrkraverk.com>
Reviewed by:	dds
MFC after:	2 weeks
2013-06-26 04:14:19 +00:00
..
compile.c
defs.h
extern.h
main.c sed: use getline() instead of fgetln(). 2013-06-26 04:14:19 +00:00
Makefile
misc.c
POSIX
process.c
sed.1 Remove trailing whitespace per mdoc lint warning 2012-03-29 05:02:12 +00:00