> 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 allows users of the ihash library to include the ihash
structure directly in user structures, i.e.:
struct foo
{
struct ihash;
};
Whereas before, this was not possible.
-Neal
Only in hurd-20010115/libihash: .primes.c.swp
diff -ur hurd-20010115-snapshot/libihash/ChangeLog hurd-200
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 (.
Hello.
> Marcus Brinkmann <[EMAIL PROTECTED]> wrote:
> in <[EMAIL PROTECTED]>
>
> On Mon, Feb 19, 2001 at 11:37:05PM +0900, mihi~star wrote:
> > > Finally, I've finished transration of The GNU Hurd Reference
> > > Manual which is packed in hurd_20001204.tar.gz.
> >
> > I mean, having