Module Name: src
Committed By: msaitoh
Date: Thu Aug 29 06:46:44 UTC 2019
Modified Files:
src/doc [netbsd-9]: CHANGES-9.0
Log Message:
Ticket 130.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.31 -r1.1.2.32 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.31 src/doc/CHANGES-9.0:1.1.2.32
--- src/doc/CHANGES-9.0:1.1.2.31 Thu Aug 29 06:44:16 2019
+++ src/doc/CHANGES-9.0 Thu Aug 29 06:46:44 2019
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.0,v 1.1.2.31 2019/08/29 06:44:16 msaitoh Exp $
+# $NetBSD: CHANGES-9.0,v 1.1.2.32 2019/08/29 06:46:44 msaitoh Exp $
A complete list of changes from the initial NetBSD 9.0 branch on 2019-07-30
until the 9.0 release:
@@ -2251,3 +2251,8 @@ usr.sbin/sysinst/mbr.c 1.21
When requesting no special FS sub type, default to FAT32 with LBA.
Fixes one part of PR 54490.
[martin, ticket #125]
+
+usr.sbin/sysinst/bsddisklabel.c 1.27
+
+ Remove dead (#if 0) code.
+ [martin, ticket #130]