Module Name: src
Committed By: martin
Date: Fri Aug 16 19:31:28 UTC 2019
Modified Files:
src/doc [netbsd-9]: CHANGES-9.0
Log Message:
Ticket #73
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.20 -r1.1.2.21 src/doc/CHANGES-9.0
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-9.0
diff -u src/doc/CHANGES-9.0:1.1.2.20 src/doc/CHANGES-9.0:1.1.2.21
--- src/doc/CHANGES-9.0:1.1.2.20 Fri Aug 16 19:29:16 2019
+++ src/doc/CHANGES-9.0 Fri Aug 16 19:31:27 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.0,v 1.1.2.20 2019/08/16 19:29:16 martin Exp $
+# $NetBSD: CHANGES-9.0,v 1.1.2.21 2019/08/16 19:31:27 martin Exp $
A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30
until the 9.0 release:
@@ -1906,3 +1906,10 @@ external/gpl3/gcc/usr.bin/include/saniti
Ship with sanitizer/lsan_interface.h for GCC 7.
[kamil, ticket #72]
+sbin/fsck_ext2fs/main.c 1.40
+sbin/fsck_ffs/main.c 1.86
+sbin/fsck_lfs/main.c 1.54
+
+ fsck: Stop defining the same variable concurrently in bss and data.
+ [kamil, ticket #73]
+