All of lore.kernel.org
 help / color / mirror / Atom feed
From: Nathan Lynch <ntl-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
To: containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org
Subject: [PATCH] powerpc: vdso build fix (ckpt-v17)
Date: Tue, 04 Aug 2009 15:58:12 -0500	[thread overview]
Message-ID: <m3hbwn70uz.fsf@pobox.com> (raw)

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;
 	}
 
-- 
1.6.0.6

             reply	other threads:[~2009-08-04 20:58 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-04 20:58 Nathan Lynch [this message]
     [not found] ` <m3hbwn70uz.fsf-e+AXbWqSrlAAvxtiuMwx3w@public.gmane.org>
2009-08-12  6:11   ` [PATCH] powerpc: vdso build fix (ckpt-v17) Oren Laadan

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=m3hbwn70uz.fsf@pobox.com \
    --to=ntl-e+axbwqsrlaavxtiumwx3w@public.gmane.org \
    --cc=containers-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@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 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.