diff options
Diffstat (limited to 'dynamic-layers/networking-layer/recipes-security/sssd/files/fix_gid.patch')
-rw-r--r-- | dynamic-layers/networking-layer/recipes-security/sssd/files/fix_gid.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dynamic-layers/networking-layer/recipes-security/sssd/files/fix_gid.patch b/dynamic-layers/networking-layer/recipes-security/sssd/files/fix_gid.patch index 9b481cc..419b83f 100644 --- a/dynamic-layers/networking-layer/recipes-security/sssd/files/fix_gid.patch +++ b/dynamic-layers/networking-layer/recipes-security/sssd/files/fix_gid.patch | |||
@@ -12,10 +12,10 @@ from ../sssd-2.5.0/src/util/sss_pam_data.c:27: | |||
12 | Upstream-Status: Pending | 12 | Upstream-Status: Pending |
13 | Signed-off-by: Armin Kuster <akuster808@gmail.com> | 13 | Signed-off-by: Armin Kuster <akuster808@gmail.com> |
14 | 14 | ||
15 | Index: sssd-2.5.0/src/util/debug.h | 15 | Index: sssd-2.7.1/src/util/debug.h |
16 | =================================================================== | 16 | =================================================================== |
17 | --- sssd-2.5.0.orig/src/util/debug.h | 17 | --- sssd-2.7.1.orig/src/util/debug.h |
18 | +++ sssd-2.5.0/src/util/debug.h | 18 | +++ sssd-2.7.1/src/util/debug.h |
19 | @@ -24,6 +24,8 @@ | 19 | @@ -24,6 +24,8 @@ |
20 | #include "config.h" | 20 | #include "config.h" |
21 | 21 | ||
@@ -23,5 +23,5 @@ Index: sssd-2.5.0/src/util/debug.h | |||
23 | +#include <unistd.h> | 23 | +#include <unistd.h> |
24 | +#include <sys/types.h> | 24 | +#include <sys/types.h> |
25 | #include <stdbool.h> | 25 | #include <stdbool.h> |
26 | #include <sys/types.h> | ||
26 | 27 | ||
27 | #include "util/util_errors.h" | ||