git: 30d631a3be72 - stable/15 - NOTES: Fix whitespace in "options MAC_DO"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Sep 2025 09:27:13 UTC
The branch stable/15 has been updated by olce: URL: https://cgit.FreeBSD.org/src/commit/?id=30d631a3be727fa99f5dcb782ae34bd240dd9e28 commit 30d631a3be727fa99f5dcb782ae34bd240dd9e28 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:26:28 +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 92e98aa57ebf..f841f279cf8d 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -1249,7 +1249,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