CVSROOT: /cvs Module name: src Changes by: gerh...@cvs.openbsd.org 2013/05/16 13:24:12
Modified files: usr.sbin/dhcpd : dispatch.c Log message: poll(2) might have slept for an arbitrary amount of time. We should update 'cur_time' after poll(2) returns. ok otto