Subject: Re: generic hook infrastructure
To: None <tech-kern@netbsd.org>
From: None <joerg@britannica.bec.de>
List: tech-kern
Date: 02/03/2006 09:10:57
On Fri, Feb 03, 2006 at 12:11:29PM +0900, YAMAMOTO Takashi wrote:
> a possible issue is, eventhandler uses c99 variable arg macro, which is not
> supported by gcc2, iirc.

gcc2 supports a slightly different syntax though, which might be enough
to implement the concrete function. I have not looked at the details
though.

Joerg