Page MenuHomeFreeBSD

Move uio enums to sys/_uio.h.
ClosedPublic

Authored by brooks on Mar 23 2018, 9:24 PM.
Tags
None
Referenced Files
F170796236: D14811.diff
Sun, Sep 6, 4:38 PM
Unknown Object (File)
Fri, Sep 4, 8:51 PM
Unknown Object (File)
Fri, Sep 4, 9:00 AM
Unknown Object (File)
Thu, Sep 3, 11:46 AM
Unknown Object (File)
Thu, Sep 3, 9:29 AM
Unknown Object (File)
Thu, Sep 3, 3:53 AM
Unknown Object (File)
Wed, Sep 2, 2:32 PM
Unknown Object (File)
Wed, Sep 2, 12:29 PM
Subscribers

Details

Summary

Include _uio.h instead of uio.h in several headers to reduce header
polution.

A few places that relied on header polution to get the uio.h header.

I have not moved struct uio as many more things that use it rely on
header polution to get other definitions from uio.h.

Test Plan

do a tinderbox run

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 15748
Build 15766: arc lint + arc unit

Event Timeline

  • Add another missing sys/uio.h

Now passes tinderbox (to the extent that universe built at all over the weekend) so ready for review.

This revision is now accepted and ready to land.Mar 26 2018, 10:59 PM
This revision was automatically updated to reflect the committed changes.