+27 January 2016: Wouter
+ - Made netbsd sendmsg test nonfatal, in case of false positives.
+
26 January 2016: Wouter
- Fix #734: chown the pidfile if it resides inside the chroot.
- Use arc4random instead of random in tests (because it is
#ifdef __NetBSD__
/* netbsd 7 has IP_PKTINFO for recv but not send */
if(errno == EINVAL && r->srctype == 4)
- fatal_exit("sendmsg: No support for sendmsg(IP_PKTINFO). "
+ log_err("sendmsg: No support for sendmsg(IP_PKTINFO). "
"Please disable interface-automatic");
#endif
return 0;