Date: Sat, 29 Jan 2000 11:40:02 -0800 (PST) From: Ade Lovett <ade@lovett.com> To: freebsd-ports@FreeBSD.org Subject: Re: ports/16444: fix games/maelstrom (bentofied) Message-ID: <200001291940.LAA02376@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/16444; it has been noted by GNATS. From: Ade Lovett <ade@lovett.com> To: Alexander Langer <alex@cichlids.com> Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/16444: fix games/maelstrom (bentofied) Date: Sat, 29 Jan 2000 13:34:05 -0600 On Sat, Jan 29, 2000 at 05:18:55PM +0100, Alexander Langer wrote: > > >Number: 16444 > >Category: ports > >Synopsis: fix games/maelstrom (bentofied) > > [snip] > > - (struct sockaddr *)&from, &clen); > + (struct sockaddr *)&from, (socklen_t *) &clen); This will break the build on -STABLE anaconda 3% find /usr/include -type f -print | xargs grep socklen_t anaconda 4% uname -a FreeBSD anaconda.lovett.com 3.4-STABLE FreeBSD 3.4-STABLE #0: Tue Jan 25 11:02:48 CST 2000 root@anaconda.lovett.com:/usr/src/sys/compile/ANACONDA i386 socklen_t is only present in 4.x. Please be a little more thoughtful of the patches you're supplying. -aDe -- Ade Lovett, Austin, TX. 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?200001291940.LAA02376>