Page MenuHomeFreeBSD

Search for mntopts.h globally, not locally
ClosedPublic

Authored by brooks on Apr 21 2025, 10:18 PM.
Tags
None
Referenced Files
F168994704: D49952.id154125.diff
Mon, Aug 31, 2:18 AM
Unknown Object (File)
Sat, Aug 29, 8:55 PM
Unknown Object (File)
Tue, Aug 25, 5:10 AM
Unknown Object (File)
Sat, Aug 22, 9:56 PM
Unknown Object (File)
Mon, Aug 17, 3:05 AM
Unknown Object (File)
Thu, Aug 13, 3:09 AM
Unknown Object (File)
Wed, Aug 12, 11:25 PM
Unknown Object (File)
Wed, Aug 12, 7:04 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.