CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2014/10/20 10:19:05
Modified files: usr.bin/getent : getent.c Log message: As reported by Marcus Merighi, hosts enumeration no longer works. The asr library no longer supports gethostent(3), and there is no reasonable way to implement it. Consequently, as suggested by guenther@, error out when hosts enumeration is requested. OK deraadt@ guenther@ florian@ Also remove the now useless calls to sethostent(3) and endhostend(3) as suggested by florian@.