[Buildroot] svn commit: trunk/buildroot/package/kexec

Petr Stetiar ynezz at true.cz
Wed Dec 20 17:01:36 UTC 2006


aldot at uclibc.org <aldot at uclibc.org> [2006-12-20 08:50:04]:

> Author: aldot
> Date: 2006-12-20 08:50:04 -0800 (Wed, 20 Dec 2006)
> New Revision: 17018
> + static int my_shutdown(void)
> + {
> + 	char *args[8];

Sorry. Just noticed, that this correctly should be "char *args[2];".

-- ynezz
-------------- next part --------------
Index: package/kexec/kexec-tools-arm.patch
===================================================================
--- package/kexec/kexec-tools-arm.patch	(revision 17018)
+++ package/kexec/kexec-tools-arm.patch	(working copy)
@@ -446,7 +446,7 @@
 @@ -630,16 +630,11 @@
  static int my_shutdown(void)
  {
- 	char *args[8];
+ 	char *args[2];
 -	int i = 0;
  
 -	args[i++] = "shutdown";


More information about the buildroot mailing list