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)
Tue, Nov 25, 4:51 PM
Unknown Object (File)
Sun, Nov 23, 6:33 PM
Unknown Object (File)
Sun, Nov 23, 2:18 PM
Unknown Object (File)
Sun, Nov 23, 2:03 PM
Unknown Object (File)
Sun, Nov 2, 2:30 AM
Unknown Object (File)
Oct 26 2025, 2:09 AM
Unknown Object (File)
Oct 17 2025, 6:15 AM
Unknown Object (File)
Oct 3 2025, 12:00 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.