diff options
author | pfg <pfg@FreeBSD.org> | 2013-06-26 04:14:19 +0000 |
---|---|---|
committer | pfg <pfg@FreeBSD.org> | 2013-06-26 04:14:19 +0000 |
commit | 4772ec77e6b43f0a2b80cb07645dab1096bc4eef (patch) | |
tree | 95bc779baf889563f9d2c722049204fca932ee05 /lib/libc/stdlib/strtoumax.c | |
parent | 5d588b2eef337c7d94616bb7f500e5b563f70733 (diff) | |
download | FreeBSD-src-4772ec77e6b43f0a2b80cb07645dab1096bc4eef.zip FreeBSD-src-4772ec77e6b43f0a2b80cb07645dab1096bc4eef.tar.gz |
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
Diffstat (limited to 'lib/libc/stdlib/strtoumax.c')
0 files changed, 0 insertions, 0 deletions