pledge "dns rw" is not a reliable pattern. This means malloc() and other
authorderaadt <deraadt@openbsd.org>
Sat, 10 Oct 2015 20:10:14 +0000 (20:10 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 10 Oct 2015 20:10:14 +0000 (20:10 +0000)
commitb5b9767f846a05defba6d2e2aff16d9dc496351f
treebf05e9a1c55102ab8045bbf18bdbc2d45812e84b
parent8ce597b39125ff469e691e0be0f4dc60cf5e80dd
pledge "dns rw" is not a reliable pattern.  This means malloc() and other
types of functions (perhaps required by 'stdio' or 'libevent' will not
become available unless DNS suceeds.  Replace it with "stdio dns".
usr.sbin/ntpd/ntp_dns.c