[CRIU] [PATCH 2/2] check: drop bpf.h include

Tycho Andersen tycho.andersen at canonical.com
Sat Nov 21 08:56:42 PST 2015


This include is actually unused (probably leftover from an old version of
the kernel API when I was porting the patchsets); we can delete it.

Signed-off-by: Tycho Andersen <tycho.andersen at canonical.com>
---
 cr-check.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cr-check.c b/cr-check.c
index 8669576..c6e049b 100644
--- a/cr-check.c
+++ b/cr-check.c
@@ -13,7 +13,6 @@
 #include <signal.h>
 #include <linux/if.h>
 #include <linux/filter.h>
-#include <linux/bpf.h>
 #include <linux/seccomp.h>
 #include <sys/syscall.h>
 #include <sys/ioctl.h>
-- 
2.5.0



More information about the CRIU mailing list