Module Name: src
Committed By: sborrill
Date: Wed Dec 16 11:19:42 UTC 2009
Modified Files:
src/doc [netbsd-4]: CHANGES-4.1
Log Message:
Ticket 1371
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.187 -r1.1.2.188 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.187 src/doc/CHANGES-4.1:1.1.2.188
--- src/doc/CHANGES-4.1:1.1.2.187 Wed Dec 16 11:01:18 2009
+++ src/doc/CHANGES-4.1 Wed Dec 16 11:19:42 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-4.1,v 1.1.2.187 2009/12/16 11:01:18 sborrill Exp $
+# $NetBSD: CHANGES-4.1,v 1.1.2.188 2009/12/16 11:19:42 sborrill Exp $
A complete list of changes from the NetBSD 4.0 release to the NetBSD 4.1
release:
@@ -3923,3 +3923,9 @@
Make rtsold_flags default to -a. Closes PR/39657.
[dholland, ticket #1370]
+sys/sys/stat.h 1.59
+
+ Parenthesize S_IS*() macro arguments to prevent breakage with
+ certain arguments. Addresses PR/41919.
+ [dholland, ticket #1371]
+