Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/alpha/stand/common avoid common symbols.



details:   https://anonhg.NetBSD.org/src/rev/f053286b0143
branches:  trunk
changeset: 961202:f053286b0143
user:      mrg <mrg%NetBSD.org@localhost>
date:      Mon Apr 12 09:18:45 2021 +0000

description:
avoid common symbols.

diffstat:

 sys/arch/alpha/stand/common/OSFpal.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 3cc4f1c89dee -r f053286b0143 sys/arch/alpha/stand/common/OSFpal.c
--- a/sys/arch/alpha/stand/common/OSFpal.c      Mon Apr 12 09:18:14 2021 +0000
+++ b/sys/arch/alpha/stand/common/OSFpal.c      Mon Apr 12 09:18:45 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: OSFpal.c,v 1.9 2009/03/18 10:22:22 cegger Exp $ */
+/* $NetBSD: OSFpal.c,v 1.10 2021/04/12 09:18:45 mrg Exp $ */
 
 /*
  * Copyright (c) 1994, 1996 Carnegie-Mellon University.
@@ -34,7 +34,8 @@
 #include <machine/rpb.h>
 #include <machine/alpha_cpu.h>
 
-paddr_t ptbr_save;
+/* XXX */
+extern paddr_t ptbr_save;
 
 #include "common.h"
 



Home | Main Index | Thread Index | Old Index