Subject: Re: sy_call_t ?
To: Bernd Ernesti <netbsd@arresum.inka.de>
From: Assar Westerlund <assar@sics.se>
List: tech-kern
Date: 12/28/1999 13:29:28
Bernd Ernesti <netbsd@arresum.inka.de> writes:
> On Tue Dec 28 03:20:27 1999, Assar Westerlund wrote:
> > 
> > I propose adding a typedef for the function type inside sysent.  Any
> > objects/comments/otherwise?  The trivial patch is appended.
> 
> Why do you want to change that?

It's not a change per se, I just add a typedef for the function type
used.  That's useful when you want to compare or assign `sy_call' and
can cast your pointer to and from that type.

/assar