summaryrefslogtreecommitdiff
path: root/internal/c/ioriotng.bpf.c
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-02-19 11:06:39 +0200
committerPaul Buetow <paul@buetow.org>2024-02-19 11:06:39 +0200
commit72185eae0eefed8f6d5a899c10dfea1d41e57690 (patch)
treeda4acae050af064072da0b8afb86a9f818df004b /internal/c/ioriotng.bpf.c
parentf7ba8b694a4c6b1d6583b730cf918e7953b20a72 (diff)
refactor makefiel
Diffstat (limited to 'internal/c/ioriotng.bpf.c')
-rw-r--r--internal/c/ioriotng.bpf.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/internal/c/ioriotng.bpf.c b/internal/c/ioriotng.bpf.c
index c9c9c88..2247daa 100644
--- a/internal/c/ioriotng.bpf.c
+++ b/internal/c/ioriotng.bpf.c
@@ -132,5 +132,4 @@ int handle_exit_write(struct trace_event_raw_sys_enter *ctx) {
return 0;
}
-
char LICENSE[] SEC("license") = "Dual BSD/GPL";