summaryrefslogtreecommitdiff
path: root/src/sys/procfile/sysctlfile/devsysctlfile.cil
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/procfile/sysctlfile/devsysctlfile.cil')
-rw-r--r--src/sys/procfile/sysctlfile/devsysctlfile.cil30
1 files changed, 15 insertions, 15 deletions
diff --git a/src/sys/procfile/sysctlfile/devsysctlfile.cil b/src/sys/procfile/sysctlfile/devsysctlfile.cil
index 09bea5b..98015e8 100644
--- a/src/sys/procfile/sysctlfile/devsysctlfile.cil
+++ b/src/sys/procfile/sysctlfile/devsysctlfile.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 dev
@@ -12,27 +12,27 @@
(block dev
- (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_dirs)
+ (blockinherit .file.all_macro_template_files)
- (call .sysctlfile.type (typeattr))
+ (call .sysctlfile.type (typeattr))
- (block base_template
+ (block base_template
- (blockabstract base_template)
+ (blockabstract base_template)
- (blockinherit .sysctlfile.base_template)
+ (blockinherit .sysctlfile.base_template)
- (call .sysctlfile.dev.type (sysctlfile)))
+ (call .sysctlfile.dev.type (sysctlfile)))
- (block template
+ (block template
- (blockabstract template)
+ (blockabstract template)
- (blockinherit .sysctlfile.dev.base_template)
- (blockinherit .sysctlfile.macro_template_files))))
+ (blockinherit .sysctlfile.dev.base_template)
+ (blockinherit .sysctlfile.macro_template_files))))