Skip to content

Commit 9e52f78

Browse files
committed
tracing04-xdp-tcpdump: fix compile error in xdp_sample_pkts_kern.c
Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
1 parent c10b989 commit 9e52f78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tracing04-xdp-tcpdump/xdp_sample_pkts_kern.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// SPDX-License-Identifier: GPL-2.0
22
#include <linux/bpf.h>
3-
#include <string.h>
43
#include "bpf_helpers.h"
54

65
#define SAMPLE_SIZE 1024ul

0 commit comments

Comments
 (0)