Module Name: src
Committed By: riz
Date: Thu Jul 16 18:29:32 UTC 2015
Modified Files:
src/doc [netbsd-7]: CHANGES-7.0
Log Message:
Tweak wording for 846.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.339 -r1.1.2.340 src/doc/CHANGES-7.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-7.0
diff -u src/doc/CHANGES-7.0:1.1.2.339 src/doc/CHANGES-7.0:1.1.2.340
--- src/doc/CHANGES-7.0:1.1.2.339 Thu Jul 16 18:28:10 2015
+++ src/doc/CHANGES-7.0 Thu Jul 16 18:29:32 2015
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0,v 1.1.2.339 2015/07/16 18:28:10 riz Exp $
+# $NetBSD: CHANGES-7.0,v 1.1.2.340 2015/07/16 18:29:32 riz Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@@ -32521,8 +32521,7 @@ sys/arch/sparc/include/ansi.h 1.24
sys/arch/sparc64/include/ansi.h 1.18
sys/arch/usermode/include/ansi.h 1.5
- Make _BSD_CLOCK_T_ unsigned int so it's the same for IPL32 and LP64
- environments. We don't really have a powerpc64 native userland
- and the mips64 native userland is IPL32 so this shouldn't affect anything.
+ Make clock_t unsigned int everywhere, so it is the same
+ on LP64 and IPL32 architectures.
[martin, ticket #846]