Subject: Re: oooh! neat new toy!!!
To: None <tech-security@netbsd.org>
From: None <xs@kittenz.org>
List: tech-security
Date: 06/01/2002 13:17:41
on Sat, Jun 01, 2002 at 02:16:32AM -0500, Emre Yildirim wrote:
> This is pretty handy....  Has anyone tried to get it to work with netbsd
> yet?

Yes. Currently dealing with different prototypes for various things,
in dev/systrace.c. Userland stuff compiles, but not very cleanly at
the moment.

OpenBSD has /sys/compat/linux/linux_fcntl.h, NetBSD only has 
/sys/compat/linux/arch/${ARCH}/linux_fcntl.h.. (same for linux_types.h)
Also it doesn't define LINUX_O_{ACCMODE,RDONLY,WRONLY,RDWR}.