summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/pcb.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1994-10-08 22:21:34 +0000
committerphk <phk@FreeBSD.org>1994-10-08 22:21:34 +0000
commit4ffcc0d5e9cab577bf94a64c7d5d3171a7756fab (patch)
treec09e98e83e92c2d0dbc81d5b21d237ac19a29280 /sys/i386/include/pcb.h
parentcbcc30050bfb738c7629c948ea4b3432799fad3f (diff)
downloadFreeBSD-src-4ffcc0d5e9cab577bf94a64c7d5d3171a7756fab.zip
FreeBSD-src-4ffcc0d5e9cab577bf94a64c7d5d3171a7756fab.tar.gz
Added prototypes.
Diffstat (limited to 'sys/i386/include/pcb.h')
-rw-r--r--sys/i386/include/pcb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/include/pcb.h b/sys/i386/include/pcb.h
index 953a9ef..37b76f8 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: pcb.h,v 1.5 1994/05/25 08:56:19 rgrimes Exp $
+ * $Id: pcb.h,v 1.6 1994/08/13 03:49:50 wollman Exp $
*/
#ifndef _I386_PCB_H_
@@ -88,6 +88,7 @@ struct md_coredump {
#ifdef KERNEL
extern struct pcb *curpcb; /* our current running pcb */
+int savectx __P((struct pcb*,int));
#endif
#endif /* _I386_PCB_H_ */
OpenPOWER on IntegriCloud