From: Arnd Bergmann <arnd@bergmann-dalldorf.de>
To: Kevin Brosius <cobra@compuserve.com>,
Linux Kernel <linux-kernel@vger.kernel.org>,
Trivial Patches <trivial@rustcorp.com.au>
Subject: Re: hugetlbpage.c build failure?
Date: Thu, 28 Nov 2002 01:58:06 +0100 [thread overview]
Message-ID: <200211272301.AAA29750@post.webmailer.de> (raw)
In-Reply-To: 3DE54702.44D98750@compuserve.com
Kevin Brosius wrote:
> arch/i386/mm/hugetlbpage.c:610: parse error before '*' token
The patch below fixed this for me
===== arch/i386/mm/hugetlbpage.c 1.17 vs edited =====
--- 1.17/arch/i386/mm/hugetlbpage.c Thu Nov 14 23:03:02 2002
+++ edited/arch/i386/mm/hugetlbpage.c Wed Nov 27 19:18:23 2002
@@ -14,6 +14,7 @@
#include <linux/slab.h>
#include <linux/module.h>
#include <linux/err.h>
+#include <linux/sysctl.h>
#include <asm/mman.h>
#include <asm/pgalloc.h>
next prev parent reply other threads:[~2002-11-27 22:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-11-27 22:28 hugetlbpage.c build failure? Kevin Brosius
2002-11-27 22:44 ` Greg KH
2002-11-28 0:58 ` Arnd Bergmann [this message]
2002-11-27 23:39 ` Kevin Brosius
2002-11-28 0:41 ` Greg KH
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=200211272301.AAA29750@post.webmailer.de \
--to=arnd@bergmann-dalldorf.de \
--cc=cobra@compuserve.com \
--cc=linux-kernel@vger.kernel.org \
--cc=trivial@rustcorp.com.au \
/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.