NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/51450 CVS commit: pkgsrc/devel/libnet10
The following reply was made to PR kern/51450; it has been noted by GNATS.
From: "Havard Eidnes" <he%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/51450 CVS commit: pkgsrc/devel/libnet10
Date: Tue, 30 Aug 2016 13:57:31 +0000
Module Name: pkgsrc
Committed By: he
Date: Tue Aug 30 13:57:31 UTC 2016
Modified Files:
pkgsrc/devel/libnet10: Makefile distinfo
pkgsrc/devel/libnet10/patches: patch-ae
Log Message:
Use explitly sized types when defining structs which represent
on-the-wire data, so that this works on LP64 platforms. In particular
u_long -> uint32_t, but u_short also got the corresponding treatment.
Fixes PR#51450.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/libnet10/Makefile \
pkgsrc/devel/libnet10/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/libnet10/patches/patch-ae
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index