summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-10-10 12:40:09 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-10-10 12:40:09 +0000
commitb54470b43331b5a9104533d2dc543de04415ac98 (patch)
tree1815e52a8e484df1fce6fa79e4e7f1b361148b8b /sys
parent3acc17d7875b672ef44ac60addbb80a8a66ee9fe (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/include/pcb.h6
-rw-r--r--sys/i386/include/pcb.h6
2 files changed, 4 insertions, 8 deletions
diff --git a/sys/amd64/include/pcb.h b/sys/amd64/include/pcb.h
index 26acab93a9cd..0899a5b00a1a 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.23 1997/06/22 16:03:51 peter Exp $
+ * $Id: pcb.h,v 1.24 1997/08/09 00:03:18 dyson Exp $
*/
#ifndef _I386_PCB_H_
@@ -43,9 +43,7 @@
/*
* Intel 386 process control block
*/
-#include <machine/tss.h>
#include <machine/npx.h>
-#include <machine/pcb_ext.h>
struct pcb {
int pcb_cr3;
@@ -79,7 +77,7 @@ struct md_coredump {
extern struct pcb *curpcb; /* our current running pcb */
-void savectx __P((struct pcb*));
+void savectx __P((struct pcb *));
#endif
#endif /* _I386_PCB_H_ */
diff --git a/sys/i386/include/pcb.h b/sys/i386/include/pcb.h
index 26acab93a9cd..0899a5b00a1a 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.23 1997/06/22 16:03:51 peter Exp $
+ * $Id: pcb.h,v 1.24 1997/08/09 00:03:18 dyson Exp $
*/
#ifndef _I386_PCB_H_
@@ -43,9 +43,7 @@
/*
* Intel 386 process control block
*/
-#include <machine/tss.h>
#include <machine/npx.h>
-#include <machine/pcb_ext.h>
struct pcb {
int pcb_cr3;
@@ -79,7 +77,7 @@ struct md_coredump {
extern struct pcb *curpcb; /* our current running pcb */
-void savectx __P((struct pcb*));
+void savectx __P((struct pcb *));
#endif
#endif /* _I386_PCB_H_ */