Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Feb 2000 16:10:18 -0800
From:      "David O'Brien" <obrien@freebsd.org>
To:        stable@freebsd.org
Cc:        ports@freebsd.org
Subject:   Re: fix net/xicq (bentofied)
Message-ID:  <20000204161018.E57320@dragon.nuxi.com>
In-Reply-To: <20000203130926.C29116@cichlids.cichlids.com>; from alex@big.endian.de on Thu, Feb 03, 2000 at 01:09:26PM %2B0100
References:  <20000203130926.C29116@cichlids.cichlids.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Feb 03, 2000 at 01:09:26PM +0100, Alexander Langer wrote:
> +#if (__FreeBSD_version < 400000)
>      recvd = recvfrom(net_information.sock, mesg, length, 0,
>                       (struct sockaddr *) &client, &structlength);
> +#else
> +    recvd = recvfrom(net_information.sock, mesg, length, 0,
> +                     (struct sockaddr *) &client, (socklen_t *) &structlength);


It would be nice if someone would submit patches to make 3-STABLE's
recvfrom() prototype match that in current.

-- 
-- David    (obrien@NUXI.com)


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000204161018.E57320>