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, 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
Unknown Object (File)
Thu, Oct 2, 6:54 AM
Unknown Object (File)
Wed, Sep 17, 12:48 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