Linux Container Development
 help / color / mirror / Atom feed
From: Oren Laadan <orenl-RdfvBDnrOixBDgjK7y7TUQ@public.gmane.org>
To: Nathan Lynch <ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
Cc: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org
Subject: Re: [PATCH] powerpc: vdso build fix (ckpt-v17)
Date: Wed, 12 Aug 2009 02:11:19 -0400	[thread overview]
Message-ID: <4A825D07.9060000@librato.com> (raw)
In-Reply-To: <m3hbwn70uz.fsf-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>


Nathan Lynch wrote:
> arch/powerpc/kernel/vdso.c: In function 'arch_setup_additional_pages':
> arch/powerpc/kernel/vdso.c:244: error: 'ret' undeclared (first use in this function)
> arch/powerpc/kernel/vdso.c:244: error: (Each undeclared identifier is reported only once
> arch/powerpc/kernel/vdso.c:244: error: for each function it appears in.)
> 
> 
> Signed-off-by: Nathan Lynch <ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
> ---
>  arch/powerpc/kernel/vdso.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/powerpc/kernel/vdso.c b/arch/powerpc/kernel/vdso.c
> index c25213b..679b394 100644
> --- a/arch/powerpc/kernel/vdso.c
> +++ b/arch/powerpc/kernel/vdso.c
> @@ -241,7 +241,7 @@ int arch_setup_additional_pages(struct linux_binprm *bprm,
>  
>  	/* for restart(2), double check that we got we asked for */
>  	if (start && vdso_base != start) {
> -		ret = -EBUSY;
> +		rc = -EBUSY;
>  		goto fail_mmapsem;
>  	}
>  

Oops !

Thanks, I hope this time around I'll get it right...
Pushed to ckpt-v17-dev.

Oren.

      parent reply	other threads:[~2009-08-12  6:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-04 20:58 [PATCH] powerpc: vdso build fix (ckpt-v17) Nathan Lynch
     [not found] ` <m3hbwn70uz.fsf-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
2009-08-12  6:11   ` Oren Laadan [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=4A825D07.9060000@librato.com \
    --to=orenl-rdfvbdnroixbdgjk7y7tuq@public.gmane.org \
    --cc=containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org \
    --cc=ntl-e+AXbWqSrlAAvxtiuMwx3w@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