Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Oct 2024 17:08:48 GMT
From:      Brooks Davis <brooks@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 0f1d5bfb7297 - main - sysent: fix a couple more do-no-edit comments
Message-ID:  <202410031708.493H8mVu021559@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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_
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410031708.493H8mVu021559>