I can confirm that I can build wine and run it if
I put #ifdef _KERNEL ... #endif in sys/proc.h.  I was
uncertain about whether sys/user.h was a non-standard
header file.  I will probably relay Garrett's point
to the wine developers at some point.

steve


On Mon, Nov 12, 2001 at 03:50:16PM -0800, Julian Elischer wrote:
> On the other hand we might conceivably be able to 
> stop the export from the kernel of this struct type.
> 
> 
> On Mon, 12 Nov 2001, Garrett Wollman wrote:
> 
> > <<On Mon, 12 Nov 2001 14:01:35 -0800, Steve Kargl 
><[EMAIL PROTECTED]> said:
> > 
> > > I WINE developer has suggested that this is namespace
> > > pollution on the part of FreeBSD, but he hasn't given
> > > any details to support what he means.
> > 
> > Applications which include <sys/user.h>, or any other non-standard
> > header file, should expect that any conceivable symbol might be used
> > therein.  FreeBSD makes no guarantees as to the namespace used by
> > non-standard interfaces.  (We don't want to be like certain other
> > environments where every symbol that might conceivably be accessible
> > to an application is obfuscated with multiple underscores.)
> > 
> > -GAWollman
> > 
> > 

-- 
Steve

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to