From: Petr Stetiar <ynezz@true.cz>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/kexec
Date: Wed, 20 Dec 2006 18:01:36 +0100 [thread overview]
Message-ID: <20061220170136.GY2778@ibawizard.net> (raw)
In-Reply-To: <20061220165004.E3D5D48598@busybox.net>
aldot at uclibc.org <aldot@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";
next prev parent reply other threads:[~2006-12-20 17:01 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-12-20 16:50 [Buildroot] svn commit: trunk/buildroot/package/kexec aldot at uclibc.org
2006-12-20 17:01 ` Petr Stetiar [this message]
2007-01-22 16:45 ` Bernhard Fischer
-- strict thread matches above, loose matches on Subject: below --
2009-02-21 19:13 jacmet at uclibc.org
2008-05-28 1:21 hamish at uclibc.org
2007-10-18 5:26 ulf at uclibc.org
2007-10-18 5:47 ` Hamish Moffatt
2007-10-18 6:16 ` Ulf Samuelsson
2007-07-27 7:34 ulf at uclibc.org
2007-07-27 10:32 ` Bernhard Fischer
2007-07-24 14:06 ulf at uclibc.org
2007-07-24 14:05 ` Bernhard Fischer
2007-01-24 19:11 aldot at uclibc.org
2007-01-23 11:47 aldot at uclibc.org
2007-01-22 14:59 aldot at uclibc.org
2006-12-20 17:40 aldot at uclibc.org
2006-12-20 14:41 aldot at uclibc.org
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20061220170136.GY2778@ibawizard.net \
--to=ynezz@true.cz \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.