summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd/0022-parse-util-Do-not-include-unneeded-xlocale.h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/systemd/systemd/0022-parse-util-Do-not-include-unneeded-xlocale.h.patch')
-rw-r--r--meta/recipes-core/systemd/systemd/0022-parse-util-Do-not-include-unneeded-xlocale.h.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd/0022-parse-util-Do-not-include-unneeded-xlocale.h.patch b/meta/recipes-core/systemd/systemd/0022-parse-util-Do-not-include-unneeded-xlocale.h.patch
new file mode 100644
index 0000000000..cad1867a4c
--- /dev/null
+++ b/meta/recipes-core/systemd/systemd/0022-parse-util-Do-not-include-unneeded-xlocale.h.patch
@@ -0,0 +1,27 @@
1From 0c50b8332092178378257c2de800fb6b6b4a8706 Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Mon, 3 Jul 2017 08:45:04 -0700
4Subject: [PATCH] parse-util: Do not include unneeded xlocale.h
5
6Signed-off-by: Khem Raj <raj.khem@gmail.com>
7---
8Upstream-Status: Backport [ partial https://github.com/systemd/systemd/commit/284d1cd0a12cad96a5ea61d1afb0dd677dbd147e]
9
10 src/basic/parse-util.c | 1 -
11 1 file changed, 1 deletion(-)
12
13diff --git a/src/basic/parse-util.c b/src/basic/parse-util.c
14index c98815b9b..a0eb45805 100644
15--- a/src/basic/parse-util.c
16+++ b/src/basic/parse-util.c
17@@ -23,7 +23,6 @@
18 #include <stdio.h>
19 #include <stdlib.h>
20 #include <string.h>
21-#include <xlocale.h>
22
23 #include "alloc-util.h"
24 #include "extract-word.h"
25--
262.13.2
27