aboutsummaryrefslogtreecommitdiffstats
path: root/meta-systemd/recipes-core/systemd/systemd/paper-over-mkostemp.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-08-24 14:49:30 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-08-27 14:42:44 +0200
commit525ac87a315ba9149c4add4cec89db50b0a33068 (patch)
tree1bf948976aa7b75c45c97aef53c2475037b8901c /meta-systemd/recipes-core/systemd/systemd/paper-over-mkostemp.patch
parent8d55a7f24fa25fbe8efd19db5c2af97e27dc369c (diff)
downloadmeta-openembedded-contrib-525ac87a315ba9149c4add4cec89db50b0a33068.tar.gz
systemd: Refresh the uclibc specific patches
Make sure that patches apply on top of latest systemd some source files have moved around. Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-systemd/recipes-core/systemd/systemd/paper-over-mkostemp.patch')
-rw-r--r--meta-systemd/recipes-core/systemd/systemd/paper-over-mkostemp.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-systemd/recipes-core/systemd/systemd/paper-over-mkostemp.patch b/meta-systemd/recipes-core/systemd/systemd/paper-over-mkostemp.patch
index ca10440a8d..ae4f6def31 100644
--- a/meta-systemd/recipes-core/systemd/systemd/paper-over-mkostemp.patch
+++ b/meta-systemd/recipes-core/systemd/systemd/paper-over-mkostemp.patch
@@ -2,10 +2,10 @@ uclibc does not have mkostemp() so we redefine it to use mkstemp()
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-Index: git/src/macro.h
+Index: git/src/shared/macro.h
===================================================================
---- git.orig/src/macro.h 2011-06-30 10:33:53.000000000 -0700
-+++ git/src/macro.h 2011-06-30 15:07:28.285270006 -0700
+--- git.orig/src/shared/macro.h 2012-08-23 22:13:18.618931300 -0700
++++ git/src/shared/macro.h 2012-08-23 22:15:05.558935366 -0700
@@ -27,6 +27,10 @@
#include <sys/uio.h>
#include <inttypes.h>