mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-05 05:04:44 +02:00
systemd: Refresh patch to remove patch fuzz on musl
(From OE-Core rev: 1f40f932309a1d3f8ac316016f2ba1e3b6b4b92a) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
fef1dcbd15
commit
c1ffedae46
|
@ -15,8 +15,6 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|||
src/shared/base-filesystem.c | 1 +
|
||||
2 files changed, 7 insertions(+)
|
||||
|
||||
diff --git a/src/basic/missing_syscall.h b/src/basic/missing_syscall.h
|
||||
index e2cd8b4e35..f2fe489de7 100644
|
||||
--- a/src/basic/missing_syscall.h
|
||||
+++ b/src/basic/missing_syscall.h
|
||||
@@ -20,6 +20,12 @@
|
||||
|
@ -32,8 +30,6 @@ index e2cd8b4e35..f2fe489de7 100644
|
|||
#include "macro.h"
|
||||
#include "missing_keyctl.h"
|
||||
#include "missing_sched.h"
|
||||
diff --git a/src/shared/base-filesystem.c b/src/shared/base-filesystem.c
|
||||
index 389c77eee0..e3627c4603 100644
|
||||
--- a/src/shared/base-filesystem.c
|
||||
+++ b/src/shared/base-filesystem.c
|
||||
@@ -20,6 +20,7 @@
|
||||
|
@ -42,8 +38,5 @@ index 389c77eee0..e3627c4603 100644
|
|||
#include "user-util.h"
|
||||
+#include "missing_syscall.h"
|
||||
|
||||
typedef struct BaseFilesystem {
|
||||
const char *dir; /* directory or symlink to create */
|
||||
--
|
||||
2.34.1
|
||||
|
||||
typedef enum BaseFilesystemFlags {
|
||||
BASE_FILESYSTEM_IGNORE_ON_FAILURE = 1 << 0,
|
||||
|
|
Loading…
Reference in New Issue
Block a user