CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2018/04/28 09:16:49
Modified files: lib/libc/asr : asr.c asr_debug.c asr_private.h gethostnamadr_async.c getnetnamadr_async.c Log message: To allow us to get rid of /etc/networks, make getnetby*(3) wrappers around gethostby*_async(3). If you had anything of importance in /etc/networks, specify it in /etc/hosts instead. Feedback and OK eric@, OK deraadt@