CVSROOT:        /cvs
Module name:    src
Changes by:     m...@cvs.openbsd.org    2020/04/04 02:57:36

Modified files:
        sys/sys        : event.h 

Log message:
Prevent shadowing of local variable by the EV_SET() macro.

Use two underbars to start the locally defined variable, as suggested by
guenther@.  The other option to avoid namespace conflict would be to start
the identifier with an underbar and a capital.

ok beck@, guenther@

Reply via email to