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/1773b2f18b5a
branches:  trunk
changeset: 1009416:1773b2f18b5a
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 f6065b60a24a -r 1773b2f18b5a 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