Page MenuHomeFreeBSD

Move uio enums to sys/_uio.h.
ClosedPublic

Authored by brooks on Mar 23 2018, 9:24 PM.
Tags
None
Referenced Files
F105968614: D14811.diff
Mon, Dec 23, 6:18 AM
Unknown Object (File)
Mon, Dec 16, 5:55 AM
Unknown Object (File)
Sep 20 2024, 1:13 PM
Unknown Object (File)
Sep 20 2024, 9:20 AM
Unknown Object (File)
Sep 19 2024, 8:58 PM
Unknown Object (File)
Sep 17 2024, 9:24 AM
Unknown Object (File)
Sep 4 2024, 11:14 PM
Unknown Object (File)
Sep 4 2024, 3:58 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

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.