Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mac68k/include Declare struct pmap kernel_pmap_stor...



details:   https://anonhg.NetBSD.org/src/rev/aff7d1a4003c
branches:  trunk
changeset: 474795:aff7d1a4003c
user:      briggs <briggs%NetBSD.org@localhost>
date:      Wed Jul 21 03:18:21 1999 +0000

description:
Declare struct pmap kernel_pmap_store extern.

diffstat:

 sys/arch/mac68k/include/pmap.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c30a8b727506 -r aff7d1a4003c sys/arch/mac68k/include/pmap.h
--- a/sys/arch/mac68k/include/pmap.h    Wed Jul 21 03:15:26 1999 +0000
+++ b/sys/arch/mac68k/include/pmap.h    Wed Jul 21 03:18:21 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pmap.h,v 1.25 1999/02/25 23:13:41 is Exp $     */
+/*     $NetBSD: pmap.h,v 1.26 1999/07/21 03:18:21 briggs Exp $ */
 
 /*
  * Copyright (c) 1987 Carnegie-Mellon University
@@ -167,7 +167,7 @@
 };
 
 #ifdef _KERNEL
-struct pmap    kernel_pmap_store;
+extern struct pmap     kernel_pmap_store;
 
 #define        pmap_kernel()                   (&kernel_pmap_store)
 #define active_pmap(pm) \



Home | Main Index | Thread Index | Old Index