diff options
Diffstat (limited to 'meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/string.patch')
| -rw-r--r-- | meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/string.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/string.patch b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/string.patch new file mode 100644 index 0000000000..7d27e3998f --- /dev/null +++ b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/string.patch | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | Index: kexec-tools-2.0.2/purgatory/string.c | ||
| 2 | =================================================================== | ||
| 3 | --- kexec-tools-2.0.2.orig/purgatory/string.c 2008-05-16 13:28:19.000000000 +0200 | ||
| 4 | +++ kexec-tools-2.0.2/purgatory/string.c 2009-09-16 17:49:04.000000000 +0200 | ||
| 5 | @@ -1,5 +1,5 @@ | ||
| 6 | #include <stddef.h> | ||
| 7 | -#include <string.h> | ||
| 8 | +/* #include <string.h> */ | ||
| 9 | |||
| 10 | size_t strnlen(const char *s, size_t max) | ||
| 11 | { | ||
