cvs commit: ports/net/libnet10 Makefile
Philip M. Gollucci
pgollucci at FreeBSD.org
Thu Jun 11 20:08:37 UTC 2009
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 at tns.cz>
Revision Changes Path
1.25 +8 -1 ports/net/libnet10/Makefile
More information about the cvs-ports
mailing list