CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2016/03/04 13:35:33
Modified files: sys/sys : select.h Log message: The FD_SET/FD_CLR/FD_ISSET macros have always multi-evaluated the fd argument. Wrap them around a static inline function which avoids the problem. ok kettenis mikeb