summaryrefslogtreecommitdiffstats
path: root/sys/amd64/include
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/pcb.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/include/pcb.h b/sys/amd64/include/pcb.h
index a3f2005..2fe3d8a 100644
--- a/sys/amd64/include/pcb.h
+++ b/sys/amd64/include/pcb.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)pcb.h 5.10 (Berkeley) 5/12/91
- * $Id: pcb.h,v 1.10 1996/01/23 02:39:24 davidg Exp $
+ * $Id: pcb.h,v 1.11 1996/03/02 19:37:45 peter Exp $
*/
#ifndef _I386_PCB_H_
@@ -79,7 +79,7 @@ struct md_coredump {
#ifdef KERNEL
extern struct pcb *curpcb; /* our current running pcb */
-int savectx __P((struct pcb*));
+int savectx __P((struct pcb*, int *));
#endif
#endif /* _I386_PCB_H_ */
OpenPOWER on IntegriCloud