[#]
http://marc.info/?l=openbsd-cvs&m=140856543424424&w=2
openbsd-cvs(obsdave,2) — All
2014-08-21 00:55:09
Module name: src
Changes by: bluhm@cvs.openbsd.org 2014/08/20 14:10:17
Modified files:
usr.sbin/syslogd: privsep.c syslogd.c syslogd.h
Log message:
Replace gethostbyaddr(3) with getnameinfo(3). Remove the sigprocmask()
that was necessary for gethostbyaddr() because the latter is not
signal safe. Change the return code semantics of priv_getnameinfo()
to match getnameinfo(3).
input and OK jca@