public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Oliver Korpilla <Oliver.Korpilla@gmx.de>
To: linux-kernel@vger.kernel.org
Subject: [x86-64][Patch]Build bug in 2.6.12-rc5
Date: Wed, 25 May 2005 16:58:40 +0200	[thread overview]
Message-ID: <429492A0.2040407@gmx.de> (raw)

Problem:

On x86_64 building of 2.6.12-rc5 stops with a missing definition in
arch/x86_64/kernel/signal.c

Solution:

Include necessary define (see patch below).

I'm not on the list, CC: me if necessary.

With kind regards,
Oliver Korpilla

--- linux-2.6.12-rc5_2/arch/x86_64/kernel/signal.c      2005-05-25
05:31:20.000000000 +0200
+++ linux-2.6.12-rc5/arch/x86_64/kernel/signal.c        2005-05-25
16:35:24.000000000 +0200
@@ -28,6 +28,7 @@
 #include <asm/uaccess.h>
 #include <asm/i387.h>
 #include <asm/proto.h>
+#include <asm/ia32_unistd.h>

 /* #define DEBUG_SIG 1 */


                 reply	other threads:[~2005-05-25 11:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=429492A0.2040407@gmx.de \
    --to=oliver.korpilla@gmx.de \
    --cc=linux-kernel@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