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, fix previous (PT_* enum values here ...
details: https://anonhg.NetBSD.org/src/rev/b9836df3e8a8
branches: trunk
changeset: 970634:b9836df3e8a8
user: martin <martin%NetBSD.org@localhost>
date: Mon Mar 30 12:19:28 2020 +0000
description:
Ooops, fix previous (PT_* enum values here are not DKW_PTYPE_* values)
diffstat:
usr.sbin/sysinst/gpt.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6a96643728a0 -r b9836df3e8a8 usr.sbin/sysinst/gpt.c
--- a/usr.sbin/sysinst/gpt.c Mon Mar 30 11:57:50 2020 +0000
+++ b/usr.sbin/sysinst/gpt.c Mon Mar 30 12:19:28 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: gpt.c,v 1.17 2020/03/30 10:42:49 martin Exp $ */
+/* $NetBSD: gpt.c,v 1.18 2020/03/30 12:19:28 martin Exp $ */
/*
* Copyright 2018 The NetBSD Foundation, Inc.
@@ -113,7 +113,7 @@
{ .name = "vmcore", .fstype = FS_VMKCORE, .ptype = PT_unknown },
{ .name = "vmfs", .fstype = FS_VMFS, .ptype = PT_unknown },
{ .name = "vmresered", .fstype = FS_VMWRESV, .ptype = PT_unknown },
- { .name = "zfs", .fstype = FS_ZFS, .ptype = PT_ZFS },
+ { .name = "zfs", .fstype = FS_ZFS, .ptype = PT_root },
};
static size_t gpt_ptype_cnt = 0, gpt_ptype_alloc = 0;
Home |
Main Index |
Thread Index |
Old Index