Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/macppc/stand/ofwboot bootfile is owned by libsa
details: https://anonhg.NetBSD.org/src/rev/f35d6129310c
branches: trunk
changeset: 971381:f35d6129310c
user: joerg <joerg%NetBSD.org@localhost>
date: Thu Apr 23 00:12:28 2020 +0000
description:
bootfile is owned by libsa
diffstat:
sys/arch/macppc/stand/ofwboot/boot.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6eceac30341a -r f35d6129310c sys/arch/macppc/stand/ofwboot/boot.c
--- a/sys/arch/macppc/stand/ofwboot/boot.c Thu Apr 23 00:11:29 2020 +0000
+++ b/sys/arch/macppc/stand/ofwboot/boot.c Thu Apr 23 00:12:28 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: boot.c,v 1.29 2018/06/06 22:56:25 uwe Exp $ */
+/* $NetBSD: boot.c,v 1.30 2020/04/23 00:12:28 joerg Exp $ */
/*-
* Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -93,7 +93,7 @@
#endif
char bootdev[MAXBOOTPATHLEN];
-char bootfile[MAXBOOTPATHLEN];
+extern char bootfile[MAXBOOTPATHLEN];
int boothowto;
bool floppyboot;
int ofw_version = 0;
Home |
Main Index |
Thread Index |
Old Index