Module Name:    src
Committed By:   snj
Date:           Sat Sep 10 06:43:52 UTC 2016

Modified Files:
        src/doc [netbsd-7-0]: CHANGES-7.0.2

Log Message:
tidy up entries for 1210, 1211


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.10 -r1.1.2.11 src/doc/CHANGES-7.0.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-7.0.2
diff -u src/doc/CHANGES-7.0.2:1.1.2.10 src/doc/CHANGES-7.0.2:1.1.2.11
--- src/doc/CHANGES-7.0.2:1.1.2.10	Sat Sep 10 06:40:51 2016
+++ src/doc/CHANGES-7.0.2	Sat Sep 10 06:43:52 2016
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-7.0.2,v 1.1.2.10 2016/09/10 06:40:51 snj Exp $
+# $NetBSD: CHANGES-7.0.2,v 1.1.2.11 2016/09/10 06:43:52 snj Exp $
 
 A complete list of changes from the NetBSD 7.0.1 release to the NetBSD 7.0.2
 release:
@@ -228,25 +228,23 @@ sbin/fsdb/fsdb.c				1.49
 sys/ufs/ffs/ffs_vfsops.c			1.340
 usr.sbin/quot/quot.c				1.34
 
-From Michael Plass:
-
-The superblock field that distinguishes between 4.2BSD and 4.4BSD
-inodes is really only relevant on a UFS1 file system. Make sure that
-it is a UFS1 fs before using fs_old_inodefmt.
-
-Note that the NetBSD newfs and mkfs utilities initialize fs_old_inodefmt
-even for UFS2, so problems were apparent only on file systems created
-by other operating systems, for example, FreeBSD.
-[martin, ticket #1210]
+	The superblock field that distinguishes between 4.2BSD and
+	4.4BSD inodes is really only relevant on a UFS1 file system.
+	Make sure that it is a UFS1 fs before using fs_old_inodefmt.
+
+	Note that the NetBSD newfs and mkfs utilities initialize
+	fs_old_inodefmt even for UFS2, so problems were apparent only
+	on file systems created by other operating systems, for example,
+	FreeBSD.
+	[martin, ticket #1210]
 
 sys/arch/evbppc/conf/Makefile.ev64260.inc	1.8
 sys/arch/evbppc/conf/Makefile.obs405.inc	1.13
 sys/arch/evbppc/conf/Makefile.walnut.inc	1.9
 
-Fix typo in Makefile which resulted in kernel image not being generated
-
-From Rin Okuyama in PR/51369
-[maya, ticket #1211]
+	Fix typo in Makefile which resulted in kernel image not being
+	generated. PR/51369
+	[maya, ticket #1211]
 
 sys/arch/sparc64/sparc64/kobj_machdep.c		1.6
 

Reply via email to