Subject: Re: machine/pmap.h vs vm/pmap.h
To: None <thorpej@nas.nasa.gov>
From: Darren Reed <avalon@coombs.anu.edu.au>
List: current-users
Date: 12/11/1999 04:06:24
In some mail from Jason Thorpe, sie said:
> 
> On Fri, 10 Dec 1999 13:48:53 +1100 (Australia/NSW) 
>  Darren Reed <avalon@coombs.anu.edu.au> wrote:
> 
>  > a number of functions in <vm/pmap.h> are redeclared in <machine/pmap.h>
>  > (this is on i386) and have `static inline' declarations.  Has this been
>  > resolved since 1.4K ?
> 
> Resolved?  It's not a problem!

It is if you attempt to include both files in the same .c file.

Conflicting prototypes, or whatever the actual error is.

Which one is correct ?

Darren