mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 00:24:40 +01:00
ebpf: fix compiler issue
Signed-off-by: Nico Berlee <nico.berlee@on2it.net>
This commit is contained in:
parent
f558ce75c0
commit
ab42752b6b
1 changed files with 0 additions and 3 deletions
|
@ -70,9 +70,6 @@ int tracepoint__sched_sched_process_exit(struct pt_regs *ctx)
|
|||
return 0;
|
||||
};
|
||||
|
||||
return 0;
|
||||
};
|
||||
|
||||
char _license[] SEC("license") = "GPL";
|
||||
// this number will be interpreted by the elf loader
|
||||
// to set the current running kernel version
|
||||
|
|
Loading…
Add table
Reference in a new issue