HomeFreeBSD

devd: don't pass &fds in useless parameters to select(2)

Description

devd: don't pass &fds in useless parameters to select(2)

select(2) should be declared as restrict. In addition the only fd in
the fdset is open O_RDONLY, and it's not a socket that can provide OOB
notifications,

Reviewed by: ian, imp, vangyzen

Details

Provenance
eadlerAuthored on
Reviewer
ian
Parents
rS329295: mxge(4) should pass unhandled ioctls to ether_ioctl()
Branches
Unknown
Tags
Unknown