Module Name: src Committed By: snj Date: Sun Mar 21 03:46:43 UTC 2010
Modified Files: src/doc [netbsd-5]: CHANGES-5.1 Log Message: Ticket 1344. To generate a diff of this commit: cvs rdiff -u -r1.1.2.218 -r1.1.2.219 src/doc/CHANGES-5.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-5.1 diff -u src/doc/CHANGES-5.1:1.1.2.218 src/doc/CHANGES-5.1:1.1.2.219 --- src/doc/CHANGES-5.1:1.1.2.218 Wed Mar 17 03:25:49 2010 +++ src/doc/CHANGES-5.1 Sun Mar 21 03:46:42 2010 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-5.1,v 1.1.2.218 2010/03/17 03:25:49 snj Exp $ +# $NetBSD: CHANGES-5.1,v 1.1.2.219 2010/03/21 03:46:42 snj Exp $ A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1 release: @@ -17018,3 +17018,9 @@ does something. [jdc, ticket #1340] +sys/sys/null.h 1.8 + + Enclose (void *)0 in an extra set of parenthese to make the result + usable in arbitrary expressions. Fixes PR/41890. + [joerg, ticket #1344] +