On 05/12/2023 12:35, Zachary Leaf wrote:
@@ -613,10 +791,6 @@ enum bpf_func_id { /* End copy from tools/include/filter.h */ /* Start copy from tools/lib/bpf */ -static inline uint64_t ptr_to_u64(const void *ptr) -{
- return (uint64_t) (unsigned long) ptr;
-}
That should be in patch 2, otherwise it will break the build.
Kevin