mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 00:24:40 +01:00
ebpf dns module: fixed compilation warning
This commit is contained in:
parent
fe3de13875
commit
31c420ad60
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,5 @@
|
|||
#define KBUILD_MODNAME "dummy"
|
||||
|
||||
#include <bpf/bpf_helpers.h>
|
||||
#include <bpf/bpf_tracing.h>
|
||||
#include <linux/in.h>
|
||||
#include <linux/in6.h>
|
||||
#include <linux/ptrace.h>
|
||||
|
@ -10,6 +8,8 @@
|
|||
#include <net/sock.h>
|
||||
#include <uapi/linux/bpf.h>
|
||||
#include <uapi/linux/tcp.h>
|
||||
#include <bpf/bpf_helpers.h>
|
||||
#include <bpf/bpf_tracing.h>
|
||||
|
||||
#define MAPSIZE 12000
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue