Hola amigos - Hello Friends.
Felices Fiestas Navideñas de parte de todos nosotros en el Network BUSCApique.com y
gracias por su continuo soporte a http://www.tiendasLatinas.com con sus visitas y muy
apreciadas compras.
Our best wishes for you in the upcoming festivities of Christmas from all
[EMAIL PROTECTED] (Niels Möller) writes:
> I don't understand all the details of HURD_PORT_USE, like the struct
> hurd_userlink argument that is passed to _hurd_port_get and
> _hurd_port_free, or what information, besides a mach_port_t, is stored
> in a struct hurd_port.
The userlink argument is
On Tue, Nov 27, 2001 at 11:14:30AM +0100, Jan Atle Ramsli wrote:
>
> > 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));
> > }
> >
> > E
Jan Atle Ramsli <[EMAIL PROTECTED]> writes:
> > 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
> 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 lik