aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1995-11-04 17:08:13 +0000
committerBruce Evans <bde@FreeBSD.org>1995-11-04 17:08:13 +0000
commit4ff3de8e80ba043f8693c6623c38c6506f113261 (patch)
treea314bfc13d707ab8df235edc500e88916380d16d /sys/amd64/include
parentaff85b53857af77bf2a134234a45fc60d944d6d4 (diff)
Notes
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/fpu.h3
-rw-r--r--sys/amd64/include/npx.h3
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/amd64/include/fpu.h b/sys/amd64/include/fpu.h
index 84fae1a382ce..6664614fe317 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.8 1995/08/17 11:30:02 davidg Exp $
+ * $Id: npx.h,v 1.9 1995/09/19 18:54:53 bde Exp $
*/
/*
@@ -143,7 +143,6 @@ struct proc;
int npxdna __P((void));
void npxexit __P((struct proc *p));
void npxinit __P((int control));
-void npxintr __P((int unit));
void npxsave __P((struct save87 *addr));
#endif
diff --git a/sys/amd64/include/npx.h b/sys/amd64/include/npx.h
index 84fae1a382ce..6664614fe317 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.8 1995/08/17 11:30:02 davidg Exp $
+ * $Id: npx.h,v 1.9 1995/09/19 18:54:53 bde Exp $
*/
/*
@@ -143,7 +143,6 @@ struct proc;
int npxdna __P((void));
void npxexit __P((struct proc *p));
void npxinit __P((int control));
-void npxintr __P((int unit));
void npxsave __P((struct save87 *addr));
#endif