Module Name: src
Committed By: snj
Date: Thu Dec 24 04:57:14 UTC 2009
Modified Files:
src/doc [netbsd-5]: CHANGES-5.1
Log Message:
Ticket 1201.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.165 -r1.1.2.166 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.165 src/doc/CHANGES-5.1:1.1.2.166
--- src/doc/CHANGES-5.1:1.1.2.165 Wed Dec 23 10:38:26 2009
+++ src/doc/CHANGES-5.1 Thu Dec 24 04:57:14 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.165 2009/12/23 10:38:26 sborrill Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.166 2009/12/24 04:57:14 snj Exp $
A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
release:
@@ -15707,3 +15707,9 @@
- Save and restore register 0x2f5b.
[msaitoh, ticket #1203]
+sbin/fdisk/fdisk.c 1.123
+
+ Change arguments to decimal() to be int64_t. They need to be able
+ to hold disk sector numbers > 2^31 and also -1. Fixes PR/34807.
+ [dsl, ticket #1201]
+