Page MenuHomeFreeBSD

Move uio enums to sys/_uio.h.
ClosedPublic

Authored by brooks on Mar 23 2018, 9:24 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Mar 7, 3:56 PM
Unknown Object (File)
Jan 9 2024, 9:03 PM
Unknown Object (File)
Dec 22 2023, 10:51 PM
Unknown Object (File)
Nov 26 2023, 2:29 AM
Unknown Object (File)
Nov 26 2023, 2:29 AM
Unknown Object (File)
Nov 26 2023, 2:29 AM
Unknown Object (File)
Nov 26 2023, 2:15 AM
Unknown Object (File)
Nov 26 2023, 1:45 AM
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

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.