Bug #854823: socketmodule now builds on Sun platforms even when
INET_ADDRSTRLEN is not defined.
diff --git a/Misc/NEWS b/Misc/NEWS
index 28895c4..8429b7b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -224,6 +224,9 @@
 Extension Modules
 -----------------
 
+- Bug #854823: socketmodule now builds on Sun platforms even when
+  INET_ADDRSTRLEN is not defined.
+
 - Patch #1393157: os.startfile() now has an optional argument to specify
   a "command verb" to invoke on the file.