Page MenuHomeFreeBSD

Search for mntopts.h globally, not locally
ClosedPublic

Authored by brooks on Apr 21 2025, 10:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Feb 19, 4:13 PM
Unknown Object (File)
Wed, Feb 18, 11:01 PM
Unknown Object (File)
Wed, Feb 18, 5:09 PM
Unknown Object (File)
Sun, Feb 8, 6:45 AM
Unknown Object (File)
Sat, Jan 31, 7:43 AM
Unknown Object (File)
Jan 9 2026, 6:46 PM
Unknown Object (File)
Jan 9 2026, 12:24 AM
Unknown Object (File)
Dec 28 2025, 8:46 PM

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.