From 5be1077e57827d7a5adcc96a4c28100db5efb905 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 20 Jan 2015 18:15:54 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 4f96fddc92..809e1dda13 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9485,4 +9485,5 @@ * Networking: When sending ICMPv6 advertisements and solicitations, set the NOARP bit so that we don't overwrite the destination MAC address (2015-01-20). - + * Many files: Correct name of fields in struct sockaddr_in6: sin6_port + and sin6_family, not sin_port and sin_family (2015-01-20).