From owner-freebsd-current Thu Mar 22 15:56: 3 2001 Delivered-To: freebsd-current@freebsd.org Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by hub.freebsd.org (Postfix) with ESMTP id D2D4E37B71C for ; Thu, 22 Mar 2001 15:55:56 -0800 (PST) (envelope-from mb@imp.ch) Received: from levais.imp.ch (levais.imp.ch [157.161.4.66]) by mail.imp.ch (8.11.1/8.11.1) with ESMTP id f2MNtkp31788; Fri, 23 Mar 2001 00:55:46 +0100 (CET) (envelope-from Martin.Blapp@imp.ch) Date: Fri, 23 Mar 2001 00:57:10 +0100 (CET) From: Martin Blapp To: Peter Wemm Cc: Alfred Perlstein , "Andrey A. Chernov" , Daniel , current@freebsd.org Subject: Re: [FIX] Re: CFS - Portmap In-Reply-To: <200103222342.f2MNgGh76684@mobile.wemm.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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