Page MenuHomeFreeBSD

Search for mntopts.h globally, not locally
ClosedPublic

Authored by brooks on Apr 21 2025, 10:18 PM.
Tags
None
Referenced Files
F132476910: D49952.id154057.diff
Fri, Oct 17, 6:15 AM
Unknown Object (File)
Fri, Oct 3, 12:00 PM
Unknown Object (File)
Tue, Sep 23, 8:30 PM
Unknown Object (File)
Sat, Sep 20, 4:34 AM
Unknown Object (File)
Sep 17 2025, 1:28 PM
Unknown Object (File)
Sep 16 2025, 11:56 AM
Unknown Object (File)
Aug 30 2025, 8:13 AM
Unknown Object (File)
Aug 22 2025, 6:19 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 Not Applicable
Unit
Tests Not Applicable

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.