Bug #1699: Define _BSD_SOURCE only on OpenBSD.
diff --git a/Misc/NEWS b/Misc/NEWS
index 9a60c64..377f33d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1144,6 +1144,8 @@
 Build
 -----
 
+- Bug #1699: Define _BSD_SOURCE only on OpenBSD.
+
 - Bug #1608: use -fwrapv when GCC supports it.  This is important,
   newer GCC versions may optimize away overflow buffer overflow checks
   without this option!