diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2024-10-03 16:59:32 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2024-10-03 17:01:30 +0000 |
| commit | 0f1d5bfb7297aca850a8c499a7b7fd0fd440cd50 (patch) | |
| tree | 5fdf9b527c5357c7427a6d6121df196899a1a1d9 /sys/tools | |
| parent | 59f5f100b774de8824fb2fc1a8a11a93bbc2dafd (diff) | |
Diffstat (limited to 'sys/tools')
| -rw-r--r-- | sys/tools/makesyscalls.lua | 2 |
1 files changed, 2 insertions, 0 deletions
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_ |
