git: 0f1d5bfb7297 - main - sysent: fix a couple more do-no-edit comments
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 03 Oct 2024 17:08:48 UTC
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=0f1d5bfb7297aca850a8c499a7b7fd0fd440cd50 commit 0f1d5bfb7297aca850a8c499a7b7fd0fd440cd50 Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2024-10-03 16:59:32 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2024-10-03 17:01:30 +0000 sysent: fix a couple more do-no-edit comments Add blank like after comment to align with upcoming refactor for makesysent.lua. Fixes: 0d490c6a445a sysent: make header comments more consistent --- sys/tools/makesyscalls.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/tools/makesyscalls.lua b/sys/tools/makesyscalls.lua index 5e6c40c801d4..054e19e24d43 100644 --- a/sys/tools/makesyscalls.lua +++ b/sys/tools/makesyscalls.lua @@ -1547,6 +1547,7 @@ write_line("libsysmap", string.format([[/* * * DO NOT EDIT-- this file is automatically %s. */ + FBSDprivate_1.0 { ]], generated_tag)) @@ -1557,6 +1558,7 @@ write_line("libsys_h", string.format([[/* * * DO NOT EDIT-- this file is automatically %s. */ + #ifndef __LIBSYS_H_ #define __LIBSYS_H_