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