From 8f14767d33f786d895e50633fb46b880249b6c54 Mon Sep 17 00:00:00 2001 From: Francis Deslauriers Date: Tue, 2 Nov 2021 09:33:02 -0400 Subject: [PATCH] Fix: use instead of MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes: #1330 Signed-off-by: Francis Deslauriers Signed-off-by: Jérémie Galarneau Change-Id: I07cabde5a0295de06f7c6f42dd12de803b57c907 --- src/common/kernel-probe.c | 2 +- src/common/userspace-probe.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/kernel-probe.c b/src/common/kernel-probe.c index 42f42f641..33ba00fca 100644 --- a/src/common/kernel-probe.c +++ b/src/common/kernel-probe.c @@ -19,7 +19,7 @@ #include #include #include -#include +#include static int lttng_kernel_probe_location_address_serialize( diff --git a/src/common/userspace-probe.c b/src/common/userspace-probe.c index f5ed86367..084fec5c4 100644 --- a/src/common/userspace-probe.c +++ b/src/common/userspace-probe.c @@ -20,7 +20,7 @@ #include #include #include -#include +#include static int lttng_userspace_probe_location_function_set_binary_fd_handle( -- 2.34.1