mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-27 09:21:41 +02:00
27 lines
757 B
Diff
27 lines
757 B
Diff
From e12508e3e4de2f3d5416d6a750142b525e9d3b5e Mon Sep 17 00:00:00 2001
|
|
From: Michael Jeanson <mjeanson@efficios.com>
|
|
Date: Mon, 13 Jun 2016 18:42:07 -0400
|
|
Subject: [PATCH lttng-tools 3/4] Fix: error.h -> common/error.h
|
|
|
|
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
|
|
---
|
|
src/bin/lttng-sessiond/agent.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/bin/lttng-sessiond/agent.c b/src/bin/lttng-sessiond/agent.c
|
|
index 8e1ef08..5b0b6f5 100644
|
|
--- a/src/bin/lttng-sessiond/agent.c
|
|
+++ b/src/bin/lttng-sessiond/agent.c
|
|
@@ -29,7 +29,7 @@
|
|
#include "agent.h"
|
|
#include "ust-app.h"
|
|
#include "utils.h"
|
|
-#include "error.h"
|
|
+#include "common/error.h"
|
|
|
|
#define AGENT_RET_CODE_INDEX(code) (code - AGENT_RET_CODE_SUCCESS)
|
|
|
|
--
|
|
2.7.4
|
|
|