Date: Fri, 12 Sep 2025 09:35:40 GMT From: Olivier Certner <olce@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 8392bdd176c4 - stable/14 - NOTES: Fix whitespace in "options MAC_DO" Message-ID: <202509120935.58C9ZevZ049270@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by olce: URL: https://cgit.FreeBSD.org/src/commit/?id=8392bdd176c4eb0c74888dc8ebfe077b7cbb1aaf commit 8392bdd176c4eb0c74888dc8ebfe077b7cbb1aaf Author: Olivier Certner <olce@FreeBSD.org> AuthorDate: 2025-09-09 15:47:50 +0000 Commit: Olivier Certner <olce@FreeBSD.org> CommitDate: 2025-09-12 09:34:43 +0000 NOTES: Fix whitespace in "options MAC_DO" For "options", we put a space before a TAB so that commenting out an option doesn't move the columns. No functional change. Fixes: c8d8cac2a847 ("mac_do(4): allow compiling into kernel") MFC after: 3 days Sponsored by: The FreeBSD Foundation (cherry picked from commit 1cf67b587023af90f2b2c6e87d9103ec42b2b9b2) --- sys/conf/NOTES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 91532028bae0..4b02a23c1c6e 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1245,7 +1245,7 @@ options MAC options MAC_BIBA options MAC_BSDEXTENDED options MAC_DDB -options MAC_DO +options MAC_DO options MAC_IFOFF options MAC_IPACL options MAC_LOMAC
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202509120935.58C9ZevZ049270>