diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-18 15:03:53 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-18 15:03:53 +0100 |
commit | 2d402b2f8af1a99ccaa415f0d6f01478dd1c8610 (patch) | |
tree | 2cb10f209e9b019e6508806ade47ce7c27c27a16 /package/kexec-tools/patches | |
parent | f5a04bbc6ee6cd409b63c235d76fcfae0186027f (diff) |
musl fix
Diffstat (limited to 'package/kexec-tools/patches')
-rw-r--r-- | package/kexec-tools/patches/patch-kexec_kexec_c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/kexec-tools/patches/patch-kexec_kexec_c b/package/kexec-tools/patches/patch-kexec_kexec_c index 68dc2bee9..8ce2ac370 100644 --- a/package/kexec-tools/patches/patch-kexec_kexec_c +++ b/package/kexec-tools/patches/patch-kexec_kexec_c @@ -1,6 +1,6 @@ ---- kexec-tools-2.0.2.orig/kexec/kexec.c 2010-07-29 06:19:59.000000000 +0200 -+++ kexec-tools-2.0.2/kexec/kexec.c 2011-09-05 18:50:27.679232756 +0200 -@@ -796,17 +796,14 @@ int k_unload (unsigned long kexec_flags) +--- kexec-tools-2.0.5.orig/kexec/kexec.c 2013-12-13 01:52:47.000000000 +0100 ++++ kexec-tools-2.0.5/kexec/kexec.c 2014-03-18 14:46:58.000000000 +0100 +@@ -807,17 +807,14 @@ static int k_unload (unsigned long kexec static int my_shutdown(void) { char *args[] = { |