summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/samba/samba-4.4.5/10-use-only-libsystemd.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-connectivity/samba/samba-4.4.5/10-use-only-libsystemd.patch')
-rw-r--r--meta-networking/recipes-connectivity/samba/samba-4.4.5/10-use-only-libsystemd.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba-4.4.5/10-use-only-libsystemd.patch b/meta-networking/recipes-connectivity/samba/samba-4.4.5/10-use-only-libsystemd.patch
deleted file mode 100644
index 0ddc9410cd..0000000000
--- a/meta-networking/recipes-connectivity/samba/samba-4.4.5/10-use-only-libsystemd.patch
+++ /dev/null
@@ -1,30 +0,0 @@
1diff -ur samba-4.4.2/lib/util/debug.c samba-4.4.2/lib/util/debug.c
2--- samba-4.4.2/lib/util/debug.c 2016-05-08 18:33:24.000000000 +0200
3+++ samba-4.4.2/lib/util/debug.c 2016-05-08 18:27:09.341481492 +0200
4@@ -102,7 +102,7 @@
5 .fd = 2 /* stderr by default */
6 };
7
8-#if defined(WITH_SYSLOG) || defined(HAVE_LIBSYSTEMD_JOURNAL)
9+#if defined(WITH_SYSLOG) || defined(HAVE_LIBSYSTEMD)
10 static int debug_level_to_priority(int level)
11 {
12 /*
13@@ -179,7 +179,7 @@
14 }
15 #endif /* WITH_SYSLOG */
16
17-#ifdef HAVE_LIBSYSTEMD_JOURNAL
18+#ifdef HAVE_LIBSYSTEMD
19 #include <systemd/sd-journal.h>
20 static void debug_systemd_log(int msg_level,
21 const char *msg, const char *msg_no_nl)
22@@ -251,7 +251,7 @@
23 },
24 #endif
25
26-#ifdef HAVE_LIBSYSTEMD_JOURNAL
27+#ifdef HAVE_LIBSYSTEMD
28 {
29 .name = "systemd",
30 .log = debug_systemd_log,