Blame SOURCES/0045-DEBUG-journal_send-was-made-static.patch
|
|
32a074 |
From 208372c7f6ad7d1d1d4b5cad57aaa08affaa0fac Mon Sep 17 00:00:00 2001
|
|
|
32a074 |
From: Alexey Tikhonov <atikhono@redhat.com>
|
|
|
32a074 |
Date: Wed, 21 Oct 2020 18:47:32 +0200
|
|
|
32a074 |
Subject: [PATCH 45/46] DEBUG: journal_send() was made static
|
|
|
32a074 |
MIME-Version: 1.0
|
|
|
32a074 |
Content-Type: text/plain; charset=UTF-8
|
|
|
32a074 |
Content-Transfer-Encoding: 8bit
|
|
|
32a074 |
|
|
|
32a074 |
Reviewed-by: Tomáš Halman <thalman@redhat.com>
|
|
|
32a074 |
(cherry picked from commit 833034f5332d2492d413a9c97fded1480b58bf14)
|
|
|
32a074 |
---
|
|
|
32a074 |
src/util/debug.c | 2 +-
|
|
|
32a074 |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
32a074 |
|
|
|
32a074 |
diff --git a/src/util/debug.c b/src/util/debug.c
|
|
|
32a074 |
index e2a76a414..e9633fb8c 100644
|
|
|
32a074 |
--- a/src/util/debug.c
|
|
|
32a074 |
+++ b/src/util/debug.c
|
|
|
32a074 |
@@ -201,7 +201,7 @@ static void debug_printf(const char *format, ...)
|
|
|
32a074 |
}
|
|
|
32a074 |
|
|
|
32a074 |
#ifdef WITH_JOURNALD
|
|
|
32a074 |
-errno_t journal_send(const char *file,
|
|
|
32a074 |
+static errno_t journal_send(const char *file,
|
|
|
32a074 |
long line,
|
|
|
32a074 |
const char *function,
|
|
|
32a074 |
int level,
|
|
|
32a074 |
--
|
|
|
32a074 |
2.21.3
|
|
|
32a074 |
|