Subject: Re: Wine & NetBSD?
To: Bang Jun-Young <bjy@mogua.org>
From: James Chacon <jchacon@genuity.net>
List: tech-kern
Date: 12/05/2001 03:24:06
>Conclusion: the only solution to Wine problem would be to maintain
>NetBSD specific patches in pkgsrc tree. 
>

Considering folks already pointed out that Solaris has some of the exact
same type of issues (it just completely ignores the first arg if you aren't
doing fixed mappings) I'd say a more realistic conclusions is:

Winw depends on non-portable OS specific behavior to mmap() and really should
be patched to spec rather than special casing code.

James