The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=68bcf53ea2b82aaaac49dbeaf59cc3885ccc9a3a
commit 68bcf53ea2b82aaaac49dbeaf59cc3885ccc9a3a Author: Jose Luis Duran <[email protected]> AuthorDate: 2024-07-27 20:06:40 +0000 Commit: Warner Losh <[email protected]> CommitDate: 2024-07-29 20:12:58 +0000 mtree: Fix the sort order in BSD.include.dist Reviewed by: imp, emaste Pull Request: https://github.com/freebsd/freebsd-src/pull/1351 --- etc/mtree/BSD.include.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/mtree/BSD.include.dist b/etc/mtree/BSD.include.dist index f8c83d6dde7a..ad32813b5774 100644 --- a/etc/mtree/BSD.include.dist +++ b/etc/mtree/BSD.include.dist @@ -310,12 +310,12 @@ .. netinet6 .. + netipsec + .. netlink route .. .. - netipsec - .. netpfil pf ..
