All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Brosius <cobra@compuserve.com>
To: Arnd Bergmann <arnd@bergmann-dalldorf.de>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>, Greg KH <greg@kroah.com>
Subject: Re: hugetlbpage.c build failure?
Date: Wed, 27 Nov 2002 18:39:24 -0500	[thread overview]
Message-ID: <3DE557AC.A8DE08E5@compuserve.com> (raw)
In-Reply-To: 200211272301.AAA29750@post.webmailer.de

Arnd Bergmann wrote:
> 
> 
> 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>

Thanks guys, that does it here.  Greg, was yours a run time fix? I don't
see any difference during build.

-- 
Kevin

  reply	other threads:[~2002-11-27 23:32 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
2002-11-27 23:39   ` Kevin Brosius [this message]
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=3DE557AC.A8DE08E5@compuserve.com \
    --to=cobra@compuserve.com \
    --cc=arnd@bergmann-dalldorf.de \
    --cc=greg@kroah.com \
    --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 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.