Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/include Make declaration of curpcb variable ex...



details:   https://anonhg.NetBSD.org/src/rev/1ace25045a93
branches:  trunk
changeset: 484215:1ace25045a93
user:      simonb <simonb%NetBSD.org@localhost>
date:      Tue Mar 28 01:06:04 2000 +0000

description:
Make declaration of curpcb variable extern.

diffstat:

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

diffs (16 lines):

diff -r 9904cb6acf90 -r 1ace25045a93 sys/arch/mips/include/pcb.h
--- a/sys/arch/mips/include/pcb.h       Tue Mar 28 01:04:22 2000 +0000
+++ b/sys/arch/mips/include/pcb.h       Tue Mar 28 01:06:04 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pcb.h,v 1.9 1999/01/16 03:12:18 nisimura Exp $ */
+/*     $NetBSD: pcb.h,v 1.10 2000/03/28 01:06:04 simonb Exp $  */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -65,5 +65,5 @@
 };
 
 #ifdef _KERNEL
-struct pcb *curpcb;                    /* the current running pcb */
+extern struct pcb *curpcb;                     /* the current running pcb */
 #endif



Home | Main Index | Thread Index | Old Index