Patch #1657276: Make NETLINK_DNRTMSG conditional.
diff --git a/Misc/NEWS b/Misc/NEWS
index db78494..640bc8d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -107,6 +107,8 @@
 Extension Modules
 -----------------
 
+- Patch #1657276: Make NETLINK_DNRTMSG conditional.
+
 - Bug #1653736: Complain about keyword arguments to time.isoformat.
 
 - operator.count() now raises an OverflowError when the count reaches sys.maxint.