> error_t
> _hurd_ports_use (int which, error_t (*operate) (mach_port_t))
> {
> + if (_hurd_ports == NULL)
> + return ENOENT;
> return HURD_PORT_USE (&_hurd_ports[which], (*operate) (port));
> }
>
> END OF PATCH.
Could someone please explain what tihs function is doing?
It seems like every time I want to get involved with the Hurd, I see
things like these ...
With respect, but without reverence,
Atle
_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd