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

This commit is contained in:
martin 2020-10-13 10:44:25 +00:00
parent d03b267b69
commit 29ef4ac716
1 changed files with 1 additions and 3 deletions

View File

@ -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 @@ apply_settings_to_partitions(struct disk_partitions *parts,
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)