From: Karel Zak <kzak@redhat.com>
To: Ayan George <ayan@ayan.net>
Cc: util-linux@vger.kernel.org
Subject: Re: [PATCH] Use C99 idioms in kill.c
Date: Thu, 18 Oct 2012 19:32:42 +0200 [thread overview]
Message-ID: <20121018173242.GB16193@x2.net.home> (raw)
In-Reply-To: <508025be.e81S03iobeo1edmy%ayan@ayan.net>
On Thu, Oct 18, 2012 at 03:52:30PM +0000, Ayan George wrote:
> * Moved some declarations closer to where the vairable is used.
No problem if the declaration is at the begin of any block, like
if (x) {
int y;
...
}
everything other is MESS.
Karel
--
Karel Zak <kzak@redhat.com>
http://karelzak.blogspot.com
next prev parent reply other threads:[~2012-10-18 17:32 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-18 15:52 [PATCH] Use C99 idioms in kill.c Ayan George
2012-10-18 17:32 ` Karel Zak [this message]
2012-10-18 18:12 ` Ayan George
2012-10-18 18:18 ` Dmitry V. Levin
-- strict thread matches above, loose matches on Subject: below --
2012-10-18 16:00 Ayan George
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=20121018173242.GB16193@x2.net.home \
--to=kzak@redhat.com \
--cc=ayan@ayan.net \
--cc=util-linux@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).