summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/amd64/include/fpu.h7
-rw-r--r--sys/amd64/include/npx.h7
-rw-r--r--sys/i386/include/npx.h7
3 files changed, 3 insertions, 18 deletions
diff --git a/sys/amd64/include/fpu.h b/sys/amd64/include/fpu.h
index 719142d..a7608d5 100644
--- a/sys/amd64/include/fpu.h
+++ b/sys/amd64/include/fpu.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.h 5.3 (Berkeley) 1/18/91
- * $Id: npx.h,v 1.12 1997/02/22 09:34:52 peter Exp $
+ * $Id: npx.h,v 1.13 1997/06/22 16:03:50 peter Exp $
*/
/*
@@ -135,11 +135,6 @@ struct save87 {
#endif
#ifdef KERNEL
-#include <sys/cdefs.h>
-#include <machine/frame.h>
-
-struct proc;
-
extern struct proc *npxproc;
int npxdna __P((void));
diff --git a/sys/amd64/include/npx.h b/sys/amd64/include/npx.h
index 719142d..a7608d5 100644
--- a/sys/amd64/include/npx.h
+++ b/sys/amd64/include/npx.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.h 5.3 (Berkeley) 1/18/91
- * $Id: npx.h,v 1.12 1997/02/22 09:34:52 peter Exp $
+ * $Id: npx.h,v 1.13 1997/06/22 16:03:50 peter Exp $
*/
/*
@@ -135,11 +135,6 @@ struct save87 {
#endif
#ifdef KERNEL
-#include <sys/cdefs.h>
-#include <machine/frame.h>
-
-struct proc;
-
extern struct proc *npxproc;
int npxdna __P((void));
diff --git a/sys/i386/include/npx.h b/sys/i386/include/npx.h
index 719142d..a7608d5 100644
--- a/sys/i386/include/npx.h
+++ b/sys/i386/include/npx.h
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)npx.h 5.3 (Berkeley) 1/18/91
- * $Id: npx.h,v 1.12 1997/02/22 09:34:52 peter Exp $
+ * $Id: npx.h,v 1.13 1997/06/22 16:03:50 peter Exp $
*/
/*
@@ -135,11 +135,6 @@ struct save87 {
#endif
#ifdef KERNEL
-#include <sys/cdefs.h>
-#include <machine/frame.h>
-
-struct proc;
-
extern struct proc *npxproc;
int npxdna __P((void));
OpenPOWER on IntegriCloud