forked from pool/kexec-tools
62134d33a6
Copy from home:dl9pf:branches:openSUSE:Factory/kexec-tools via accept of submit request 20658 revision 2. OBS-URL: https://build.opensuse.org/request/show/20658 OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/kexec-tools?expand=0&rev=4
13 lines
471 B
Diff
13 lines
471 B
Diff
diff -Napur _orig//kexec/arch/arm/kexec-zImage-arm.c kexec-tools-2.0.0//kexec/arch/arm/kexec-zImage-arm.c
|
|
--- _orig//kexec/arch/arm/kexec-zImage-arm.c 2008-07-14 13:28:19.000000000 +0200
|
|
+++ kexec-tools-2.0.0//kexec/arch/arm/kexec-zImage-arm.c 2009-09-21 15:10:48.946616398 +0200
|
|
@@ -11,7 +11,7 @@
|
|
#include <stdint.h>
|
|
#include <getopt.h>
|
|
#include <arch/options.h>
|
|
-#include <asm/page.h>
|
|
+#include <unistd.h>
|
|
#include "../../kexec.h"
|
|
|
|
#define COMMAND_LINE_SIZE 1024
|