[#] http://marc.info/?l=openbsd-cvs&m=140856221323144&w=2
openbsd-cvs(obsdave,2) — All
2014-08-20 23:55:10


Module name: src
Changes by: bluhm@cvs.openbsd.org 2014/08/20 13:16:27

Modified files:
usr.sbin/syslogd: privsep.c syslogd.c syslogd.h

Log message:
Rename priv_gethostserv() to priv_getaddrinfo() as this is what the
function does. Change the return code semantics to match getaddrinfo(3).
OK deraadt@