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/evbarm boardype should not be common.
details: https://anonhg.NetBSD.org/src/rev/51940a742f28
branches: trunk
changeset: 932303:51940a742f28
user: joerg <joerg%NetBSD.org@localhost>
date: Mon May 04 18:19:34 2020 +0000
description:
boardype should not be common.
diffstat:
usr.sbin/sysinst/arch/evbarm/md.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 132c55e5f7eb -r 51940a742f28 usr.sbin/sysinst/arch/evbarm/md.h
--- a/usr.sbin/sysinst/arch/evbarm/md.h Mon May 04 16:21:23 2020 +0000
+++ b/usr.sbin/sysinst/arch/evbarm/md.h Mon May 04 18:19:34 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: md.h,v 1.5 2020/01/20 21:26:35 martin Exp $ */
+/* $NetBSD: md.h,v 1.6 2020/05/04 18:19:34 joerg Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -96,7 +96,7 @@
#define BOARD_TYPE_NORMAL 0 /* assume u-boot */
#define BOARD_TYPE_RPI 1 /* RPi firmware booted us */
#define BOARD_TYPE_ACPI 2 /* generic SBSA machine */
-int boardtype;
+extern int boardtype;
/*
* Size limit for the initial GPT part, in bytes. This allows us to
Home |
Main Index |
Thread Index |
Old Index