Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.sbin/sysinst Ooops, part of previous was not meant to be...



details:   https://anonhg.NetBSD.org/src/rev/bcf7cddfb967
branches:  trunk
changeset: 944844:bcf7cddfb967
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Oct 13 10:44:25 2020 +0000

description:
Ooops, part of previous was not meant to be included yet

diffstat:

 usr.sbin/sysinst/bsddisklabel.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 196a4293f3df -r bcf7cddfb967 usr.sbin/sysinst/bsddisklabel.c
--- a/usr.sbin/sysinst/bsddisklabel.c   Tue Oct 13 10:43:23 2020 +0000
+++ b/usr.sbin/sysinst/bsddisklabel.c   Tue Oct 13 10:44:25 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bsddisklabel.c,v 1.54 2020/10/13 10:43:23 martin Exp $ */
+/*     $NetBSD: bsddisklabel.c,v 1.55 2020/10/13 10:44:25 martin Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -1637,8 +1637,6 @@
                        infos[i].last_mounted = want->mount;
                        infos[i].fs_type = want->fs_type;
                        infos[i].fs_sub_type = want->fs_version;
-                       infos[i].fs_opt1 = want->fs_opt1;
-                       infos[i].fs_opt2 = want->fs_opt2;
 
                        if (wanted->parts->pscheme->add_outer_partition
                            != NULL)



Home | Main Index | Thread Index | Old Index