From owner-freebsd-ports Fri Feb 4 16:10:18 2000 Delivered-To: freebsd-ports@freebsd.org Received: from relay.nuxi.com (nuxi.cs.ucdavis.edu [169.237.7.38]) by builder.freebsd.org (Postfix) with ESMTP id D465143FB; Fri, 4 Feb 2000 16:09:57 -0800 (PST) Received: from dragon.nuxi.com (root@d60-025.leach.ucdavis.edu [169.237.60.25]) by relay.nuxi.com (8.9.3/8.9.3) with ESMTP id QAA31100; Fri, 4 Feb 2000 16:10:17 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.9.3/8.9.1) id QAA57420; Fri, 4 Feb 2000 16:10:18 -0800 (PST) (envelope-from obrien) Date: Fri, 4 Feb 2000 16:10:18 -0800 From: "David O'Brien" To: stable@freebsd.org Cc: ports@freebsd.org Subject: Re: fix net/xicq (bentofied) Message-ID: <20000204161018.E57320@dragon.nuxi.com> Reply-To: obrien@freebsd.org References: <20000203130926.C29116@cichlids.cichlids.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000203130926.C29116@cichlids.cichlids.com>; from alex@big.endian.de on Thu, Feb 03, 2000 at 01:09:26PM +0100 X-Operating-System: FreeBSD 4.0-CURRENT Organization: The NUXI BSD group X-PGP-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Keyid: 34F9F9D5 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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