Rian Hunter <[EMAIL PROTECTED]> writes:
> I'm writing a Hurd server that uses its own custom interface (ie does
> not implement io_write, io_read rpcs etc). Is this correct? Should all
> Hurd servers be required to handle the standard Hurd rpcs since the
> nameserver for ports is basically the fil
I'm writing a Hurd server that uses its own custom interface (ie does
not implement io_write, io_read rpcs etc). Is this correct? Should all
Hurd servers be required to handle the standard Hurd rpcs since the
nameserver for ports is basically the filesystem? I tried a test client
and server program