HomeFreeBSD

tools/build looks for _WITH_GETLINE in /usr/include/stdio.h to see if

Description

tools/build looks for _WITH_GETLINE in /usr/include/stdio.h to see if
we need to include it in -legacy or not. Since the ifdef was removed,
this broke building 10.x and older source trees on -current. Restore
just enough of _WITH_GETLINE to allow these older source trees to
still build and properly omit getline() from their -legacy library.

Details

Provenance
impAuthored on
Parents
rS303682: kgzip.8: note that it is deprecated and clarify BUGS section
Branches
Unknown
Tags
Unknown