Module Name:    src
Committed By:   christos
Date:           Wed Jun 14 16:37:05 UTC 2017

Modified Files:
        src/sys/sys: event.h

Log Message:
- cast ident argument because it is usually an fd (signed) and generates
  conversion to unsigned warnings.
While here:
- name the macro parameters with meaningful names
- rename the internal inline function as _FOO instead of FOO_ because there
  is no other FOO_ name in the system headers.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/sys/event.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to