Page MenuHomeFreeBSD

sys/mount.h: Hoist sys/types.h include
ClosedPublic

Authored by jrtc27 on Jun 16 2025, 7:50 PM.
Tags
None
Referenced Files
F132929684: D50884.id157133.diff
Tue, Oct 21, 6:36 AM
Unknown Object (File)
Mon, Oct 20, 3:05 AM
Unknown Object (File)
Mon, Oct 13, 5:27 AM
Unknown Object (File)
Thu, Oct 9, 8:46 PM
Unknown Object (File)
Sun, Oct 5, 12:46 AM
Unknown Object (File)
Fri, Oct 3, 7:06 PM
Unknown Object (File)
Fri, Oct 3, 2:02 PM
Unknown Object (File)
Thu, Oct 2, 8:16 AM
Subscribers

Details

Summary

This header uses various types that come from here regardless of whether
_KERNEL is defined, so unconditionally include it rather than relying on
other headers implicitly including it for when _KERNEL is not defined.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 64916
Build 61799: arc lint + arc unit