diff options
Diffstat (limited to 'src/sys/sysfile/fssysfile.cil')
-rw-r--r-- | src/sys/sysfile/fssysfile.cil | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/sys/sysfile/fssysfile.cil b/src/sys/sysfile/fssysfile.cil index 16d34b6..559ad79 100644 --- a/src/sys/sysfile/fssysfile.cil +++ b/src/sys/sysfile/fssysfile.cil @@ -1,4 +1,4 @@ -;; SPDX-FileCopyrightText: © 2025 Dominick Grift <dominick.grift@defensec.nl> +;; SPDX-FileCopyrightText: M-BM-) 2025 Dominick Grift <dominick.grift@defensec.nl> ;; SPDX-License-Identifier: Unlicense (in fs @@ -13,28 +13,28 @@ (block fs - (macro type ((type ARG1)) - (typeattributeset typeattr ARG1)) + (macro type ((type ARG1)) + (typeattributeset typeattr ARG1)) - (typeattribute typeattr) + (typeattribute typeattr) - (blockinherit .file.all_macro_template_dirs) - (blockinherit .file.all_macro_template_files) - (blockinherit .file.all_macro_template_lnk_files) + (blockinherit .file.all_macro_template_dirs) + (blockinherit .file.all_macro_template_files) + (blockinherit .file.all_macro_template_lnk_files) - (call .sysfile.type (typeattr)) + (call .sysfile.type (typeattr)) - (block base_template + (block base_template - (blockabstract base_template) + (blockabstract base_template) - (blockinherit .sysfile.base_template) + (blockinherit .sysfile.base_template) - (call .sysfile.fs.type (sysfile))) + (call .sysfile.fs.type (sysfile))) - (block template + (block template - (blockabstract template) + (blockabstract template) - (blockinherit .sysfile.fs.base_template) - (blockinherit .sysfile.macro_template_files)))) + (blockinherit .sysfile.fs.base_template) + (blockinherit .sysfile.macro_template_files)))) |