Skip to content

Commit

Permalink
tests: remove unused bpf.h
Browse files Browse the repository at this point in the history
This header is unused, and not present on kernels w/o CONFIG_BPF_SYSCALL,
so let's not require it.

Signed-off-by: Tycho Andersen <tycho.andersen@canonical.com>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
  • Loading branch information
Tycho Andersen authored and xemul committed Nov 27, 2015
1 parent af956f4 commit 1bd799e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion test/zdtm/live/static/seccomp_filter.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include <linux/seccomp.h>
#include <linux/filter.h>
#include <linux/limits.h>
#include <linux/bpf.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/socket.h>
Expand Down
1 change: 0 additions & 1 deletion test/zdtm/live/static/seccomp_filter_inheritance.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include <linux/seccomp.h>
#include <linux/filter.h>
#include <linux/limits.h>
#include <linux/bpf.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/socket.h>
Expand Down
1 change: 0 additions & 1 deletion test/zdtm/live/static/seccomp_filter_tsync.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include <linux/seccomp.h>
#include <linux/filter.h>
#include <linux/limits.h>
#include <linux/bpf.h>
#include <stdlib.h>
#include <sys/types.h>
#include <sys/socket.h>
Expand Down

0 comments on commit 1bd799e

Please sign in to comment.