summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/pcb.h
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1993-11-07 17:43:17 +0000
committerwollman <wollman@FreeBSD.org>1993-11-07 17:43:17 +0000
commit371ee40cea1e168ed119bcd1cde2809629c4ac68 (patch)
tree7642d79d397e1c876673a91bfe70b030e5bcb793 /sys/i386/include/pcb.h
parentc1b92d6bad47f8c2ca5bd5d68fdad201868e0126 (diff)
downloadFreeBSD-src-371ee40cea1e168ed119bcd1cde2809629c4ac68.zip
FreeBSD-src-371ee40cea1e168ed119bcd1cde2809629c4ac68.tar.gz
Made all header files idempotent and moved incorrect common data from
headers into a related source file. Added cons.h as first step towards moving i386/i386/cons.h to machine/cons.h where it belongs.
Diffstat (limited to 'sys/i386/include/pcb.h')
-rw-r--r--sys/i386/include/pcb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/include/pcb.h b/sys/i386/include/pcb.h
index 96485b4..1090798 100644
--- a/sys/i386/include/pcb.h
+++ b/sys/i386/include/pcb.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)pcb.h 5.10 (Berkeley) 5/12/91
- * $Id$
+ * $Id: pcb.h,v 1.2 1993/10/08 20:51:00 rgrimes Exp $
*/
#ifndef _I386_PCB_H_
@@ -81,7 +81,7 @@ struct pcb {
};
#ifdef KERNEL
-struct pcb *curpcb; /* our current running pcb */
+extern struct pcb *curpcb; /* our current running pcb */
#endif
#endif /* _I386_PCB_H_ */
OpenPOWER on IntegriCloud