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, Apr 7, 3:15 PM
Unknown Object (File)
Mon, Apr 6, 9:39 PM
Unknown Object (File)
Sat, Apr 4, 1:54 AM
Unknown Object (File)
Mon, Mar 23, 7:02 PM
Unknown Object (File)
Mon, Mar 23, 6:37 AM
Unknown Object (File)
Mon, Mar 23, 12:03 AM
Unknown Object (File)
Sun, Mar 22, 6:46 PM
Unknown Object (File)
Mar 5 2026, 3:26 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.