CVSROOT: /cvs Module name: src Changes by: rzalam...@cvs.openbsd.org 2016/10/18 16:05:47
Modified files: usr.sbin/ntpd : constraint.c Log message: Check for EAGAIN on imsg_flush() return otherwise we might be failing to send message to the child process. Do like we learned in httpd(8). ok deraadt@