mkinitrd unification across distributions
 help / color / mirror / Atom feed
From: Harald Hoyer <harald-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
To: "Cristian Rodríguez"
	<crrodriguez-stAJ6ESoqRxg9hUCZPvPmw@public.gmane.org>,
	initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH] skipcpio: return something at end of program
Date: Wed, 29 Jan 2014 08:33:14 +0100	[thread overview]
Message-ID: <52E8AEBA.3050809@redhat.com> (raw)
In-Reply-To: <1390938068-5109-1-git-send-email-crrodriguez-stAJ6ESoqRxg9hUCZPvPmw@public.gmane.org>

On 01/28/2014 08:41 PM, Cristian Rodríguez wrote:
> Otherwise the compiler emits a warning and the return vale is
> in theory undefined.
> ---
>  skipcpio/skipcpio.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/skipcpio/skipcpio.c b/skipcpio/skipcpio.c
> index fbf391b..c912061 100644
> --- a/skipcpio/skipcpio.c
> +++ b/skipcpio/skipcpio.c
> @@ -120,4 +120,6 @@ int main(int argc, char **argv)
>                          break;
>          }
>          fclose(f);
> +
> +        return EXIT_SUCCESS;
>  }
> 

Thanks! pushed.

      parent reply	other threads:[~2014-01-29  7:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-28 19:41 [PATCH] skipcpio: return something at end of program Cristian Rodríguez
     [not found] ` <1390938068-5109-1-git-send-email-crrodriguez-stAJ6ESoqRxg9hUCZPvPmw@public.gmane.org>
2014-01-29  7:33   ` Harald Hoyer [this message]

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=52E8AEBA.3050809@redhat.com \
    --to=harald-h+wxahxf7alqt0dzr+alfa@public.gmane.org \
    --cc=crrodriguez-stAJ6ESoqRxg9hUCZPvPmw@public.gmane.org \
    --cc=initramfs-u79uwXL29TY76Z2rM5mHXA@public.gmane.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