Module Name:    src
Committed By:   mrg
Date:           Mon Apr 12 09:18:45 UTC 2021

Modified Files:
        src/sys/arch/alpha/stand/common: OSFpal.c

Log Message:
avoid common symbols.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/alpha/stand/common/OSFpal.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/alpha/stand/common/OSFpal.c
diff -u src/sys/arch/alpha/stand/common/OSFpal.c:1.9 src/sys/arch/alpha/stand/common/OSFpal.c:1.10
--- src/sys/arch/alpha/stand/common/OSFpal.c:1.9	Wed Mar 18 10:22:22 2009
+++ src/sys/arch/alpha/stand/common/OSFpal.c	Mon Apr 12 09:18:45 2021
@@ -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"
 

Reply via email to