Module Name: src
Committed By: riz
Date: Mon Jun 25 00:43:40 UTC 2012
Modified Files:
src/doc [netbsd-6]: CHANGES-6.0
Log Message:
Ticket 371
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.138 -r1.1.2.139 src/doc/CHANGES-6.0
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-6.0
diff -u src/doc/CHANGES-6.0:1.1.2.138 src/doc/CHANGES-6.0:1.1.2.139
--- src/doc/CHANGES-6.0:1.1.2.138 Sun Jun 24 18:46:09 2012
+++ src/doc/CHANGES-6.0 Mon Jun 25 00:43:40 2012
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0,v 1.1.2.138 2012/06/24 18:46:09 riz Exp $
+# $NetBSD: CHANGES-6.0,v 1.1.2.139 2012/06/25 00:43:40 riz Exp $
A complete list of changes from the initial NetBSD 6.0 branch on 15 Feb 2012
until the 6.0 release:
@@ -5832,3 +5832,10 @@ bin/ps/ps.c 1.78
Fix bad ps/ptyfs interaction. PR#40813.
[dholland, ticket #355]
+sys/compat/sys/ucontext.h 1.5
+sys/sys/ucontext.h 1.15
+
+ Add a semicolon to __CTASSERT() since it was removed from the macro.
+ (Build fix for ticket #369)
+ [jdc, ticket #371]
+