This is RedHat's kernel version 2.4.20-2.48. In include/linux/mm.h I find this:
extern int remap_page_range(struct vm_area_struct *vma, unsigned long from, unsigned long to, unsigned long size, pgprot_t prot);
Hmm. I see this is different than the kernel.org 2.4.20, which has this:
extern int remap_page_range(unsigned long from, unsigned long to, unsigned long size, pgprot_t prot);
Weird. I guess this is redhat pulling in newer stuff into its kernels...
--bob
At 06:57 AM 3/3/2003 +0100, Ronald Bultje wrote:
Hey Robert,
On Mon, 2003-03-03 at 03:04, Robert Olson wrote: > Trying this out on my RH 8.1 beta (Phoebe) system. It's complaining about > a different declaration for `remap_page_range' than it's expecting.
Please grep for remap_page_range() in /usr/src/linux/include/linux/*.h and send me the definition. I don't know what it looks like in what kernel versions. ;-). (what kernel version is Phoebe using?).
Ronald
-- Ronald Bultje <[EMAIL PROTECTED]> Linux Video/Multimedia developer
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Mjpeg-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mjpeg-users
