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)
Mon, May 11, 9:35 PM
Unknown Object (File)
Mon, May 11, 8:59 PM
Unknown Object (File)
Apr 21 2026, 8:20 AM
Unknown Object (File)
Apr 20 2026, 8:52 PM
Unknown Object (File)
Apr 16 2026, 11:47 PM
Unknown Object (File)
Apr 15 2026, 2:07 AM
Unknown Object (File)
Apr 5 2026, 1:35 PM
Unknown Object (File)
Mar 27 2026, 3:31 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