From: Shawn Starr <Shawn.Starr@Home.net>
To: linux-kernel@vger.kernel.org
Subject: [IGNORE] Re: Kernel 2.4.1pre11 - Compile bug - Function prototype change?
Date: Sun, 28 Jan 2001 18:24:07 -0500 [thread overview]
Message-ID: <3A74AA17.67EACE73@Home.net> (raw)
In-Reply-To: <3A74A981.51B1E382@Home.net>
Nevermind, the low-latency patch changed this function.. ignore
Shawn Starr wrote:
> in include/linux/mm.h:
>
> -extern void zap_page_range(struct mm_struct *mm, unsigned long address,
> unsigned long size, int actions);
> +extern void zap_page_range(struct mm_struct *mm, unsigned long address,
> unsigned long size)
>
> The function has changed and breaks memory.c ?
>
> memory.c:352: conflicting types for `zap_page_range'
> /usr/src/linux/include/linux/mm.h:396: previous declaration of
> `zap_page_range'
> make[2]: *** [memory.o] Error 1
> make[2]: Leaving directory `/usr/src/linux/mm'
> make[1]: *** [first_rule] Error 2
> make[1]: Leaving directory `/usr/src/linux/mm'
> make: *** [_dir_mm] Error 2
>
> Shawn.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
prev parent reply other threads:[~2001-01-28 23:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-01-28 23:21 Kernel 2.4.1pre11 - Compile bug - Function prototype change? Shawn Starr
2001-01-28 23:24 ` Shawn Starr [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=3A74AA17.67EACE73@Home.net \
--to=shawn.starr@home.net \
--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.