Module Name: src
Committed By: msaitoh
Date: Thu Mar 26 05:11:47 UTC 2009
Modified Files:
src/doc [netbsd-4]: CHANGES-4.1
Log Message:
Ticket 1285
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.137 -r1.1.2.138 src/doc/CHANGES-4.1
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-4.1
diff -u src/doc/CHANGES-4.1:1.1.2.137 src/doc/CHANGES-4.1:1.1.2.138
--- src/doc/CHANGES-4.1:1.1.2.137 Tue Mar 24 21:50:45 2009
+++ src/doc/CHANGES-4.1 Thu Mar 26 05:11:47 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-4.1,v 1.1.2.137 2009/03/24 21:50:45 bouyer Exp $
+# $NetBSD: CHANGES-4.1,v 1.1.2.138 2009/03/26 05:11:47 msaitoh Exp $
A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.1
release:
@@ -2892,3 +2892,9 @@
add btpand(8), a Bluetooth PAN daemon
[plunky, ticket #1290]
+
+share/mk/bsd.sys.mk patch
+
+ Avoid passing "-std=c99" in CFLAGS on host platforms
+ that use a compiler other than GCC. Requested in PR 40540
+ [apb, ticket 1285]