11 lines
310 B
Diff
11 lines
310 B
Diff
|
--- linux-5.10.1/kernel/bpf/preload/iterators/iterators.c.orig
|
||
|
+++ linux-5.10.1/kernel/bpf/preload/iterators/iterators.c
|
||
|
@@ -1,6 +1,6 @@
|
||
|
// SPDX-License-Identifier: GPL-2.0
|
||
|
/* Copyright (c) 2020 Facebook */
|
||
|
-#include <argp.h>
|
||
|
+#include <errno.h>
|
||
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <string.h>
|