Page MenuHomeFreeBSD

Search for mntopts.h globally, not locally
ClosedPublic

Authored by brooks on Apr 21 2025, 10:18 PM.
Tags
None
Referenced Files
F160442847: D49952.diff
Wed, Jun 24, 11:52 AM
Unknown Object (File)
Sat, Jun 20, 6:23 PM
Unknown Object (File)
May 22 2026, 3:42 AM
Unknown Object (File)
May 13 2026, 4:41 AM
Unknown Object (File)
May 12 2026, 4:10 PM
Unknown Object (File)
May 12 2026, 12:27 PM
Unknown Object (File)
May 9 2026, 9:47 AM
Unknown Object (File)
May 8 2026, 2:03 AM

Details

Summary

Change the include directives to use <mntopts.h> instead of "mntopts.h"
now that it's installed by libutil (the latter option was dubious
regardless since a -I${SRCTOP}/sbin/mount was required anyway).

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Apr 21 2025, 10:30 PM
dim added a subscriber: dim.

LGTM, as long as there are include guards in mntopts.h :)

This revision was automatically updated to reflect the committed changes.