]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r336457:
authordab <dab@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 23 Jul 2018 18:47:04 +0000 (18:47 +0000)
committerdab <dab@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 23 Jul 2018 18:47:04 +0000 (18:47 +0000)
commit92caf04e4b671fbda9c11ed0079d2494e1f11c24
treef435f99cd0b632e7ea52817049fdf15fdf6ffee2
parent7c62e367d1ebf2dfb36fd86c3f364c4fa6a4f22f
MFC r336457:

Make the definition of struct kevent in event.h match what the man page for kevent(2) says.

This is a trivial comment-only fix. The man page for kevent(2) gives
the definition of struct kevent, including a comment on each
field. The actual definition in sys/event.h omitted the comments on
some fields. Add the comments in. Not only does this make the man page
and include file agree, but the comments are useful in and of
themselves.

Sponsored by: Dell EMC

git-svn-id: svn://svn.freebsd.org/base/stable/10@336647 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/sys/event.h