CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2017/05/31 01:12:28
Modified files: sys/sys : event.h Log message: make a copy of the first EV_SET argument to prevent multiple evaluation. matches freebsd, fixes lldb. from Kamil Rytarowski at NetBSD. while here, make the same change to KNOTE. ok deraadt