bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Wrapper around macro around ...???


From: Jan Atle Ramsli
Subject: Wrapper around macro around ...???
Date: Tue, 27 Nov 2001 11:14:30 +0100

>  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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]