Module Name: src Committed By: sborrill Date: Mon Oct 5 11:16:38 UTC 2009
Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Ticket 1039 To generate a diff of this commit: cvs rdiff -u -r1.1.2.83 -r1.1.2.84 src/doc/CHANGES-5.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES-5.1 diff -u src/doc/CHANGES-5.1:1.1.2.83 src/doc/CHANGES-5.1:1.1.2.84 --- src/doc/CHANGES-5.1:1.1.2.83 Mon Oct 5 10:34:33 2009 +++ src/doc/CHANGES-5.1 Mon Oct 5 11:16:38 2009 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.1,v 1.1.2.83 2009/10/05 10:34:33 sborrill Exp $ +# $NetBSD: CHANGES-5.1,v 1.1.2.84 2009/10/05 11:16:38 sborrill Exp $ A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1 release: @@ -13952,3 +13952,9 @@ to be safe only use this alternate method on Esther for now. [jmcneill, ticket #1059] +dist/libpcap/inet.c 1.3 + + Fix pcap_lookupnet(): reset ifr before SIOCGIFNETMASK. Without it + we get back a bogus netmask. + [bouyer, ticket #1039] +