Date: Sat, 5 Feb 2000 09:27:16 +0100 From: Alexander Langer <alex@big.endian.de> To: "David O'Brien" <obrien@FreeBSD.ORG> Cc: stable@FreeBSD.ORG, ports@FreeBSD.ORG Subject: Re: fix net/xicq (bentofied) Message-ID: <20000205092716.A6442@cichlids.cichlids.com> In-Reply-To: <20000204161018.E57320@dragon.nuxi.com>; from obrien@FreeBSD.ORG on Fri, Feb 04, 2000 at 04:10:18PM -0800 References: <20000203130926.C29116@cichlids.cichlids.com> <20000204161018.E57320@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Thus spake David O'Brien (obrien@FreeBSD.ORG): > > + 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. Not only recvfrom, but also: accept bind connect getpeername getsockname getsockopt recv.2 recvfrom.2 recvmsg.2 send.2 sendmsg.2 sendto.2 setsockopt.2 Also, socklen_t must be defined. sys/socket.h:typedef u_int32_t socklen_t; Alex -- I doubt, therefore I might be. 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?20000205092716.A6442>