Date: Thu, 11 Jun 2009 20:08:35 +0000 (UTC) From: "Philip M. Gollucci" <pgollucci@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/libnet10 Makefile Message-ID: <200906112008.n5BK8Zlw023701@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
pgollucci 2009-06-11 20:08:35 UTC FreeBSD ports repository Modified files: net/libnet10 Makefile Log: Library net/libnet10 defines structures for contents of network packets. Fields of the packets have fixed size according to the respective protocol definitions, but the library uses type u_long for some of the 32bit fields. This is a problem on amd64 architecture, where type long has 64 bits. On amd64, libnet creates packets with bad contents. PR: ports/122571 Submitted by: Martin Beran <mb@tns.cz> Revision Changes Path 1.25 +8 -1 ports/net/libnet10/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906112008.n5BK8Zlw023701>