Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/sysinst/arch Adapt MD parts to changes in get_fs_pa...
details: https://anonhg.NetBSD.org/src/rev/ff24fe6690dc
branches: trunk
changeset: 967546:ff24fe6690dc
user: martin <martin%NetBSD.org@localhost>
date: Sat Dec 14 12:00:40 2019 +0000
description:
Adapt MD parts to changes in get_fs_part_type (pass partition type).
diffstat:
usr.sbin/sysinst/arch/arc/md.c | 4 ++--
usr.sbin/sysinst/arch/cobalt/md.c | 4 ++--
usr.sbin/sysinst/arch/ews4800mips/md.c | 4 ++--
usr.sbin/sysinst/arch/prep/md.c | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
diffs (72 lines):
diff -r 33c44e5dd7eb -r ff24fe6690dc usr.sbin/sysinst/arch/arc/md.c
--- a/usr.sbin/sysinst/arch/arc/md.c Sat Dec 14 11:20:51 2019 +0000
+++ b/usr.sbin/sysinst/arch/arc/md.c Sat Dec 14 12:00:40 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: md.c,v 1.9 2019/08/14 12:55:35 martin Exp $ */
+/* $NetBSD: md.c,v 1.10 2019/12/14 12:00:40 martin Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -271,7 +271,7 @@
};
boot_part.nat_type = parts->pscheme->get_fs_part_type(
- boot_part.fs_type, boot_part.fs_sub_type);
+ PT_root, boot_part.fs_type, boot_part.fs_sub_type);
return parts_use_wholedisk(parts, 1, &boot_part);
}
diff -r 33c44e5dd7eb -r ff24fe6690dc usr.sbin/sysinst/arch/cobalt/md.c
--- a/usr.sbin/sysinst/arch/cobalt/md.c Sat Dec 14 11:20:51 2019 +0000
+++ b/usr.sbin/sysinst/arch/cobalt/md.c Sat Dec 14 12:00:40 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: md.c,v 1.9 2019/08/14 12:55:36 martin Exp $ */
+/* $NetBSD: md.c,v 1.10 2019/12/14 12:00:40 martin Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -286,7 +286,7 @@
};
boot_part.nat_type = parts->pscheme->get_fs_part_type(
- boot_part.fs_type, boot_part.fs_sub_type);
+ PT_root, boot_part.fs_type, boot_part.fs_sub_type);
return parts_use_wholedisk(parts, 1, &boot_part);
}
diff -r 33c44e5dd7eb -r ff24fe6690dc usr.sbin/sysinst/arch/ews4800mips/md.c
--- a/usr.sbin/sysinst/arch/ews4800mips/md.c Sat Dec 14 11:20:51 2019 +0000
+++ b/usr.sbin/sysinst/arch/ews4800mips/md.c Sat Dec 14 12:00:40 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: md.c,v 1.4 2019/07/13 17:13:37 martin Exp $ */
+/* $NetBSD: md.c,v 1.5 2019/12/14 12:00:40 martin Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -259,7 +259,7 @@
};
boot_part.nat_type = parts->pscheme->get_fs_part_type(
- boot_part.fs_type, boot_part.fs_sub_type);
+ PT_root, boot_part.fs_type, boot_part.fs_sub_type);
return parts_use_wholedisk(parts, 1, &boot_part);
}
diff -r 33c44e5dd7eb -r ff24fe6690dc usr.sbin/sysinst/arch/prep/md.c
--- a/usr.sbin/sysinst/arch/prep/md.c Sat Dec 14 11:20:51 2019 +0000
+++ b/usr.sbin/sysinst/arch/prep/md.c Sat Dec 14 12:00:40 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: md.c,v 1.9 2019/08/14 12:55:37 martin Exp $ */
+/* $NetBSD: md.c,v 1.10 2019/12/14 12:00:40 martin Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -282,7 +282,7 @@
};
boot_part.nat_type = parts->pscheme->get_fs_part_type(
- boot_part.fs_type, boot_part.fs_sub_type);
+ PT_root, boot_part.fs_type, boot_part.fs_sub_type);
return parts_use_wholedisk(parts, 1, &boot_part);
}
Home |
Main Index |
Thread Index |
Old Index