Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-9]: src/usr.sbin/sysinst/arch/alpha Pull up following revision(s)...
details: https://anonhg.NetBSD.org/src/rev/f10a4382e16d
branches: netbsd-9
changeset: 963707:f10a4382e16d
user: snj <snj%NetBSD.org@localhost>
date: Mon Mar 09 18:50:19 2020 +0000
description:
Pull up following revision(s) (requested by martin in ticket #777):
usr.sbin/sysinst/arch/alpha/md.c: 1.8
The (unused) md_pre_disklabel() function needs to return success, otherwise
all installations will be aborted.
diffstat:
usr.sbin/sysinst/arch/alpha/md.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 2bc0b8b28a62 -r f10a4382e16d usr.sbin/sysinst/arch/alpha/md.c
--- a/usr.sbin/sysinst/arch/alpha/md.c Mon Mar 09 18:29:16 2020 +0000
+++ b/usr.sbin/sysinst/arch/alpha/md.c Mon Mar 09 18:50:19 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: md.c,v 1.6.2.1 2019/12/17 09:44:50 msaitoh Exp $ */
+/* $NetBSD: md.c,v 1.6.2.2 2020/03/09 18:50:19 snj Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -126,7 +126,7 @@
md_pre_disklabel(struct install_partition_desc *install,
struct disk_partitions *part)
{
- return 0;
+ return true;
}
/*
Home |
Main Index |
Thread Index |
Old Index