summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd/0019-remove-duplicate-include-uchar.h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/systemd/systemd/0019-remove-duplicate-include-uchar.h.patch')
-rw-r--r--meta/recipes-core/systemd/systemd/0019-remove-duplicate-include-uchar.h.patch42
1 files changed, 42 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd/0019-remove-duplicate-include-uchar.h.patch b/meta/recipes-core/systemd/systemd/0019-remove-duplicate-include-uchar.h.patch
new file mode 100644
index 0000000000..17592f8aa6
--- /dev/null
+++ b/meta/recipes-core/systemd/systemd/0019-remove-duplicate-include-uchar.h.patch
@@ -0,0 +1,42 @@
1From 3ca534935460647fed66e31aaa90b364e29eab5c Mon Sep 17 00:00:00 2001
2From: Khem Raj <raj.khem@gmail.com>
3Date: Mon, 22 Feb 2016 05:59:01 +0000
4Subject: [PATCH 1/2] remove duplicate include uchar.h
5
6missing.h already includes it
7
8Signed-off-by: Khem Raj <raj.khem@gmail.com>
9---
10Upstream-Status: Pending
11
12 src/basic/escape.h | 1 -
13 src/basic/utf8.h | 1 -
14 2 files changed, 2 deletions(-)
15
16diff --git a/src/basic/escape.h b/src/basic/escape.h
17index deaa4de..36d437c 100644
18--- a/src/basic/escape.h
19+++ b/src/basic/escape.h
20@@ -23,7 +23,6 @@
21 #include <stddef.h>
22 #include <stdint.h>
23 #include <sys/types.h>
24-#include <uchar.h>
25
26 #include "string-util.h"
27 #include "missing.h"
28diff --git a/src/basic/utf8.h b/src/basic/utf8.h
29index 12c272d..bea93a6 100644
30--- a/src/basic/utf8.h
31+++ b/src/basic/utf8.h
32@@ -22,7 +22,6 @@
33 #include <stdbool.h>
34 #include <stddef.h>
35 #include <stdint.h>
36-#include <uchar.h>
37
38 #include "macro.h"
39 #include "missing.h"
40--
411.8.3.1
42