HomeFreeBSD

Make <sys/event.h> work on its own.

Description

Make <sys/event.h> work on its own.

Right now this header file doesn't want to build when included on its
own, as it depends on some integer types that are only declared
internally. Switch it over to use <sys/_types.h> and the __*
counterparts.

Details

Provenance
edAuthored on
Parents
rS313703: Fix typo where opening brace was needed.
Branches
Unknown
Tags
Unknown