diff options
Diffstat (limited to 'meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/arm_crashdump.patch')
| -rw-r--r-- | meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/arm_crashdump.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/arm_crashdump.patch b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/arm_crashdump.patch new file mode 100644 index 0000000000..0ff61e543e --- /dev/null +++ b/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc-2.0.2/arm_crashdump.patch | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | --- a/kexec/arch/arm/crashdump-arm.c | ||
| 2 | +++ b/kexec/arch/arm/crashdump-arm.c | ||
| 3 | @@ -20,7 +20,7 @@ | ||
| 4 | * along with this program; if not, write to the Free Software | ||
| 5 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | ||
| 6 | */ | ||
| 7 | -#include <elf.h> | ||
| 8 | +#include "../../../include/elf.h" | ||
| 9 | #include <errno.h> | ||
| 10 | #include <stdio.h> | ||
| 11 | #include <stdlib.h> | ||
| 12 | |||
