Remove BR2_DEPRECATED
[buildroot-gz.git] / package / systemd / 0004-importd-export-raw-needs-missing.h-for-O_TMPFILE.patch
blobbded6bc5d4701c4f02626305d861a323c23f04e5
1 From 4a6d35237f96d07f3a783c874933f87bf14f93e0 Mon Sep 17 00:00:00 2001
2 From: "Yann E. MORIN" <yann.morin.1998@free.fr>
3 Date: Sun, 28 Aug 2016 16:26:04 +0200
4 Subject: [PATCH] importd/export-raw: needs missing.h for O_TMPFILE
6 O_TMPFILE may be missing from the system headers, so use our fallback
7 definition.
9 Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
10 ---
11 Backported from upstream:
12 https://github.com/systemd/systemd/commit/4a6d35237f96d07f3a783c874933f87bf14f93e0
13 ---
14 src/import/export-raw.c | 1 +
15 1 file changed, 1 insertion(+)
17 diff --git a/src/import/export-raw.c b/src/import/export-raw.c
18 index db06e11..6136b67 100644
19 --- a/src/import/export-raw.c
20 +++ b/src/import/export-raw.c
21 @@ -34,6 +34,7 @@
22 #include "fd-util.h"
23 #include "fileio.h"
24 #include "import-common.h"
25 +#include "missing.h"
26 #include "ratelimit.h"
27 #include "string-util.h"
28 #include "util.h"
29 --
30 2.7.4