K 10 svn:author V 3 imp K 8 svn:date V 27 2016-08-02T21:55:23.474212Z K 7 svn:log V 343 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. END