Module Name: src
Committed By: msaitoh
Date: Mon Jun 17 02:05:42 UTC 2013
Modified Files:
src/doc [netbsd-6]: CHANGES-6.2
Log Message:
Ticket 865.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.8 -r1.1.2.9 src/doc/CHANGES-6.2
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.2
diff -u src/doc/CHANGES-6.2:1.1.2.8 src/doc/CHANGES-6.2:1.1.2.9
--- src/doc/CHANGES-6.2:1.1.2.8 Fri Jun 14 05:08:53 2013
+++ src/doc/CHANGES-6.2 Mon Jun 17 02:05:42 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.2,v 1.1.2.8 2013/06/14 05:08:53 msaitoh Exp $
+# $NetBSD: CHANGES-6.2,v 1.1.2.9 2013/06/17 02:05:42 msaitoh Exp $
A complete list of changes from the 6.1 release until the 6.2 release:
@@ -236,3 +236,9 @@ lib/libm/arch/x86_64/fenv.c 1.3-1.4
got lost somewhere along the line; the i387 code has it.
Fix sense of fegetexcept on x86.
[riastradh, ticket #899]
+
+usr.sbin/installboot/arch/vax.c 1.16-1.17
+
+ Don't include host's disklabel.h. Fixes cross compile error on
+ some environment.
+ [martin, ticket #865]