mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
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 |
||
|---|---|---|
| .. | ||
| compile.c | ||
| defs.h | ||
| extern.h | ||
| main.c | ||
| Makefile | ||
| misc.c | ||
| POSIX | ||
| process.c | ||
| sed.1 | ||