Module Name: src
Committed By: riz
Date: Tue Dec 17 22:34:45 UTC 2013
Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.3
Log Message:
Ticket 991
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.9 -r1.1.2.10 src/doc/CHANGES-6.1.3
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.1.3
diff -u src/doc/CHANGES-6.1.3:1.1.2.9 src/doc/CHANGES-6.1.3:1.1.2.10
--- src/doc/CHANGES-6.1.3:1.1.2.9 Tue Dec 17 20:54:46 2013
+++ src/doc/CHANGES-6.1.3 Tue Dec 17 22:34:45 2013
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.1.3,v 1.1.2.9 2013/12/17 20:54:46 bouyer Exp $
+# $NetBSD: CHANGES-6.1.3,v 1.1.2.10 2013/12/17 22:34:45 riz Exp $
A complete list of changes from the NetBSD 6.1.1 release to the NetBSD 6.1.2
release:
@@ -126,3 +126,9 @@ sys/compat/common/compat_util.c 1.45
Free pathbuf in an error path.
[martin, ticket #999]
+sbin/fsck_ffs/inode.c 1.70
+
+ Fix cut-and-paste error in the non-ufs2 case which can cause
+ fsck_ffs to exit with an internal error.
+ [bouyer, ticket #991]
+