Module Name: src
Committed By: riz
Date: Wed Nov 24 19:13:30 UTC 2010
Modified Files:
src/doc [netbsd-5]: CHANGES-5.2
Log Message:
Adjust ticket 1464 - a revision was forgotten, breaking alpha buil.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.28 -r1.1.2.29 src/doc/CHANGES-5.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-5.2
diff -u src/doc/CHANGES-5.2:1.1.2.28 src/doc/CHANGES-5.2:1.1.2.29
--- src/doc/CHANGES-5.2:1.1.2.28 Mon Nov 22 16:42:41 2010
+++ src/doc/CHANGES-5.2 Wed Nov 24 19:13:29 2010
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.2,v 1.1.2.28 2010/11/22 16:42:41 riz Exp $
+# $NetBSD: CHANGES-5.2,v 1.1.2.29 2010/11/24 19:13:29 riz Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -760,7 +760,7 @@
Fix an issue with >2TB disks.
[mrg, ticket #1463]
-sbin/gpt/gpt.c 1.11
+sbin/gpt/gpt.c 1.11-12
Ignore GPT errors from the end of the disk if the label at the
beginning of the disk was not found. PR#43105