Subject: Re: COMPAT_LINUX/powerpc: mmap'ing dynamic libraries
To: None <tech-kern@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: tech-kern
Date: 01/09/2001 00:20:38
In article <1emxu9d.1byikjso2t1y2M@[10.0.12.137]>,
Emmanuel Dreyfus <p99dreyf@criens.u-psud.fr> wrote:
>
>Is this 8 argument mmap() normal? mmap() has only 6 argument. I can
>recognise my 6 parameters, but where are the 0x1830000, and 0x1870000
>parameters comming from? 

Is using old_mmap ok on ppc? What does the kernel source say?

There should be 7 arguments since off_t gets displayed as 2 ints,
unless the old mmap linux structure has more crap on it.

christos