Date: Fri, 23 Mar 2001 00:57:10 +0100 (CET) From: Martin Blapp <mb@imp.ch> To: Peter Wemm <peter@netplex.com.au> Cc: Alfred Perlstein <bright@wintelcom.net>, "Andrey A. Chernov" <ache@nagual.pp.ru>, Daniel <freebsd@grunblatt.com.ar>, current@freebsd.org Subject: Re: [FIX] Re: CFS - Portmap Message-ID: <Pine.BSF.4.21.0103230053310.17221-100000@levais.imp.ch> In-Reply-To: <200103222342.f2MNgGh76684@mobile.wemm.org>
next in thread | previous in thread | raw e-mail | index | archive | help
I'm fixing now the code ... We have to use now Solaris code part and
add #if defined(__FreeBSD__) || defined (__SOLARIS2X__) ifdef's and also
fill out this:
/* Assign the local bind address and type of service */
tp->xp_ltaddr = tres->addr;
tp->xp_type = tinfo.servtype;
tp->xp_rtaddr.len = 0;
tp->xp_rtaddr.maxlen = tres->addr.maxlen;
tp->xp_netid = strdup(nc->nc_netid);
tp->xp_tp = strdup(nc->nc_device);
Then we can use it again. Fix is on the way, just have pation.
Martin
Martin Blapp, mb@imp.ch
------------------------------------------------
Improware AG, UNIX solution and service provider
Zurlindenstrasse 29, 4133 Pratteln, Switzerland
Phone: +41 79 370 26 05, Fax: +41 61 826 93 01
------------------------------------------------
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0103230053310.17221-100000>
