K 10 svn:author V 3 pjd K 8 svn:date V 27 2013-03-14T20:22:52.164557Z K 7 svn:log V 316 When pidptr was passed as NULL to pidfile_open(3), we were returning EAGAIN/EWOULDBLOCK when another daemon was running and had the pidfile open. We should return EEXIST in that case, fix it. Reported by: Dirk Engling Reviewed by: jhb, Dirk Engling MFC after: 1 week END