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
Unknown Object (File)
Sat, Nov 29, 9:00 AM
Unknown Object (File)
Tue, Nov 11, 2:41 PM
Unknown Object (File)
Oct 28 2025, 8:22 AM
Unknown Object (File)
Oct 21 2025, 6:36 AM
Unknown Object (File)
Oct 20 2025, 3:05 AM
Unknown Object (File)
Oct 13 2025, 5:27 AM
Unknown Object (File)
Oct 9 2025, 8:46 PM
Unknown Object (File)
Oct 5 2025, 12:46 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 Not Applicable
Unit
Tests Not Applicable