diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-05-29 06:37:31 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2022-06-03 06:59:47 -0700 |
| commit | 18a923d20b1885f508dfed83daaf5a8fe0d45de9 (patch) | |
| tree | f37ff4a208f4bf403c6d6eb0d8f54f44022fdecc | |
| parent | 99496d2b3cbe44d86cc7c899a0c486f9ea4c3b3a (diff) | |
| download | meta-openembedded-18a923d20b1885f508dfed83daaf5a8fe0d45de9.tar.gz | |
sdbus-c++-libsystemd: Fix patch fuzz
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 397f4f054fd3600f7305055c724607973f5f5511)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0005-src-basic-missing.h-check-for-missing-strndupa.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0005-src-basic-missing.h-check-for-missing-strndupa.patch b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0005-src-basic-missing.h-check-for-missing-strndupa.patch index 36545c2f60..005ef022fd 100644 --- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0005-src-basic-missing.h-check-for-missing-strndupa.patch +++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd/0005-src-basic-missing.h-check-for-missing-strndupa.patch | |||
| @@ -322,8 +322,8 @@ Signed-off-by: Luca Boccassi <luca.boccassi@microsoft.com> | |||
| 322 | 322 | ||
| 323 | --- a/src/libsystemd/sd-bus/bus-objects.c | 323 | --- a/src/libsystemd/sd-bus/bus-objects.c |
| 324 | +++ b/src/libsystemd/sd-bus/bus-objects.c | 324 | +++ b/src/libsystemd/sd-bus/bus-objects.c |
| 325 | @@ -12,6 +12,7 @@ | 325 | @@ -11,6 +11,7 @@ |
| 326 | #include "set.h" | 326 | #include "missing_capability.h" |
| 327 | #include "string-util.h" | 327 | #include "string-util.h" |
| 328 | #include "strv.h" | 328 | #include "strv.h" |
| 329 | +#include "missing_stdlib.h" | 329 | +#include "missing_stdlib.h" |
