Skip to content

Commit

Permalink
sysent: fix a couple more do-no-edit comments
Browse files Browse the repository at this point in the history
Add blank like after comment to align with upcoming refactor for
makesysent.lua.

Fixes:		0d490c6a445a sysent: make header comments more consistent

(cherry picked from commit 0f1d5bfb7297aca850a8c499a7b7fd0fd440cd50)
  • Loading branch information
brooksdavis authored and bsdjhb committed Oct 23, 2024
1 parent 2b2b0e3 commit 9485c32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sys/tools/makesyscalls.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1588,6 +1588,7 @@ write_line("libsysmap", string.format([[/*
*
* DO NOT EDIT-- this file is automatically %s.
*/
FBSDprivate_1.0 {
]], generated_tag))

Expand All @@ -1598,6 +1599,7 @@ write_line("libsys_h", string.format([[/*
*
* DO NOT EDIT-- this file is automatically %s.
*/
#ifndef __LIBSYS_H_
#define __LIBSYS_H_
Expand Down

0 comments on commit 9485c32

Please sign in to comment.