Issue #7903: Define _BSD_SOURCE through OpenBSD 4.9.
diff --git a/Misc/NEWS b/Misc/NEWS
index 86383e2..4441e92 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,7 +37,7 @@
 Build
 -----
 
-- Issue #3920: Define _BSD_SOURCE on OpenBSD 4.4.
+- Issue #3920, #7903: Define _BSD_SOURCE on OpenBSD 4.4 through 4.9.
 
 
 What's New in Python 2.7 alpha 3?