CVSROOT: /cvs Module name: src Changes by: r...@cvs.openbsd.org 2009/06/02 05:33:06
Modified files: usr.sbin/relayd: control.c hce.c pfe.c relay.c relayd.c Log message: Libevent may do an upcall with both EV_READ and EV_WRITE set. So change the code accordingly to allow that. Found by claudio@ in ospfd