diff options
Diffstat (limited to 'meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/sha256.patch')
| -rw-r--r-- | meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/sha256.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/sha256.patch b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/sha256.patch new file mode 100644 index 0000000000..85bf7aa4f4 --- /dev/null +++ b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/sha256.patch | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | --- a/util_lib/include/sha256.h | ||
| 2 | +++ b/util_lib/include/sha256.h | ||
| 3 | @@ -1,7 +1,8 @@ | ||
| 4 | #ifndef SHA256_H | ||
| 5 | #define SHA256_H | ||
| 6 | |||
| 7 | -#include <sys/types.h> | ||
| 8 | +//#include <sys/types.h> | ||
| 9 | +#include <stddef.h> | ||
| 10 | #include <stdint.h> | ||
| 11 | |||
| 12 | typedef struct | ||
| 13 | |||
