summaryrefslogtreecommitdiff
path: root/package/kexec/kexec-tools-my_shutdown-args.patch
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-22 14:59:06 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-01-22 14:59:06 +0000
commitfc613ea410186f0eeacba8f7522fa3797f9d7f75 (patch)
treea2580cf735a2e5a6dde27818d37b07fb707d8975 /package/kexec/kexec-tools-my_shutdown-args.patch
parent8cb4e4054eaeba7360b0170bd54c051289e4576a (diff)
- the arm patch broke anybody else.
- restructure patches per task they fulfil
Diffstat (limited to 'package/kexec/kexec-tools-my_shutdown-args.patch')
-rw-r--r--package/kexec/kexec-tools-my_shutdown-args.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/kexec/kexec-tools-my_shutdown-args.patch b/package/kexec/kexec-tools-my_shutdown-args.patch
deleted file mode 100644
index 65f57db50..000000000
--- a/package/kexec/kexec-tools-my_shutdown-args.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -rup kexec-tools-1.101.orig/kexec/kexec.c kexec-tools-1.101/kexec/kexec.c
---- kexec-tools-1.101.orig/kexec/kexec.c 2006-12-20 18:40:26.000000000 +0100
-+++ kexec-tools-1.101/kexec/kexec.c 2006-12-20 18:41:02.000000000 +0100
-@@ -629,7 +629,7 @@ int k_unload (unsigned long kexec_flags)
- */
- static int my_shutdown(void)
- {
-- char *args[8];
-+ char *args[2];
-
- args[0] = "reboot";
- args[1] = NULL;