Subject: Re: kevent(2) under COMPAT_NETBSD32
To: Quentin Garnier <cube@cubidou.net>
From: Martin Husemann <martin@duskware.de>
List: tech-kern
Date: 07/13/2005 15:47:02
On Wed, Jul 13, 2005 at 03:42:05PM +0200, Quentin Garnier wrote:
> The only other sane way of having a netbsd32 version of kevent(2) is
> through rewriting everything (sys_kevent and kqueue_scan).  I don't
> like that solution because with time the native version will change
> and the netbsd32 will start being different.

Can we replace function calls be preproccessor magic, move sys_kevent and
kqueue_scan into a template file - trading code size for runtime?

Martin