Note that old sys/event.h required manual sys/types.h inclusion

ed fixed this in r313704 but older versions are still affected.
This commit is contained in:
Benjamin Kaduk 2017-12-07 01:50:17 +00:00
parent 50a93bedbd
commit 9e6e05e43f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326650

View File

@ -782,8 +782,9 @@ The
value is limited to 24 hours; longer timeouts will be silently
reinterpreted as 24 hours.
.Pp
Previous versions of
In versions older than
.Fx 12.0 ,
.In sys/event.h
fail to parse without including
failed to parse without including
.In sys/types.h
manually.