Looking through old mail, I see that I never replied to this.
> > This patch turns the variables in libtrivfs into function calls. Thus,
> > when writing a translator, it is no longer required to say:
>
> I'm trying to understand your patch (espcially since I'm trying to get
> trivfs sorted out
> This patch turns the variables in libtrivfs into function calls. Thus,
> when writing a translator, it is no longer required to say:
Heya Neal,
I'm trying to understand your patch (espcially since I'm trying to get
trivfs sorted out in my head).
It appears to:
1) Clean up the syntax a litt
This patch turns the variables in libtrivfs into function calls.
Thus, when writing a translator, it is no longer required to
say:
error_t open_check_hook (...)
{
...
}
(error_t) (*trivfs_open_check_hook) (...) = open_check_hook;
Instead, one can say:
error_t trivfs_open_check (.