From cb4d858eab5fd606ed8cb7fa881c61fc126cdbb7 Mon Sep 17 00:00:00 2001 From: Michael Jeanson Date: Fri, 2 Oct 2020 16:10:05 -0400 Subject: [PATCH] fix: backport 'Add 'kernel_read' wrapper for kernels < v4.14' Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers Change-Id: I3b558a6a4b850054d5786bdf99e0849091c83eae --- {include/wrapper => wrapper}/fs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {include/wrapper => wrapper}/fs.h (96%) diff --git a/include/wrapper/fs.h b/wrapper/fs.h similarity index 96% rename from include/wrapper/fs.h rename to wrapper/fs.h index f11c19fc..99697f87 100644 --- a/include/wrapper/fs.h +++ b/wrapper/fs.h @@ -9,7 +9,7 @@ #define _LTTNG_WRAPPER_FS_H #include -#include +#include #if (LINUX_VERSION_CODE >= KERNEL_VERSION(4,14,0)) -- 2.34.1