From: Pete Zaitcev <zaitcev@redhat.com>
To: "Randy.Dunlap" <rddunlap@osdl.org>
Cc: lkml <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] update $ARCH to match syscalls return long
Date: Thu, 3 Apr 2003 14:43:17 -0500 [thread overview]
Message-ID: <20030403144317.C1437@devserv.devel.redhat.com> (raw)
In-Reply-To: <20030403113249.7d672386.rddunlap@osdl.org>; from rddunlap@osdl.org on Thu, Apr 03, 2003 at 11:32:49AM +0000
> Date: Thu, 3 Apr 2003 11:32:49 +0000
> From: "Randy.Dunlap" <rddunlap@osdl.org>
> --- ./arch/sparc/kernel/sys_sparc.c%SCPRL Mon Mar 24 14:00:17 2003
> +++ ./arch/sparc/kernel/sys_sparc.c Thu Apr 3 10:39:42 2003
> @@ -269,11 +269,11 @@
> return do_mmap2(addr, len, prot, flags, fd, off >> PAGE_SHIFT);
> }
>
> -extern int sys_remap_file_pages(unsigned long start, unsigned long size,
> +extern long sys_remap_file_pages(unsigned long start, unsigned long size,
> unsigned long prot, unsigned long pgoff,
> unsigned long flags);
I know for a fact that a global sys_remap_file_pages prototype
exists (in mm.h). It's better not to change it to match, but remove
extra copies from .c files. The sparc had it for about a week
(Rob Radez fixed it).
-- Pete
prev parent reply other threads:[~2003-04-03 19:33 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-04-03 11:32 [PATCH] update $ARCH to match syscalls return long Randy.Dunlap
2003-04-03 19:43 ` Pete Zaitcev [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=20030403144317.C1437@devserv.devel.redhat.com \
--to=zaitcev@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rddunlap@osdl.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.