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/799cdf3af055
branches: trunk
changeset: 955832:799cdf3af055
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 ba041fc8b02e -r 799cdf3af055 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