commit | 9147f7ed8bca93527f05be82ae741320e8374ca3 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat Nov 25 15:39:28 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat Nov 25 15:39:28 2006 +0000 |
tree | 6d68eb591bfb37601f6cd7e7c4f8bdc7ab8819aa | |
parent | 558e56d5995a2c167070b397e7fcc1f4eb1f3c0a [diff] [blame] |
Disable _XOPEN_SOURCE on NetBSD 1.x.
diff --git a/Misc/NEWS b/Misc/NEWS index 9b8fc27..2d790f2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -201,6 +201,8 @@ Build ----- +- Disable _XOPEN_SOURCE on NetBSD 1.x. + - Bug #1578513: Cross compilation was broken by a change to configure. Repair so that it's back to how it was in 2.4.3.