diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-11-04 17:08:13 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-11-04 17:08:13 +0000 |
| commit | 4ff3de8e80ba043f8693c6623c38c6506f113261 (patch) | |
| tree | a314bfc13d707ab8df235edc500e88916380d16d /sys/amd64/include | |
| parent | aff85b53857af77bf2a134234a45fc60d944d6d4 (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include')
| -rw-r--r-- | sys/amd64/include/fpu.h | 3 | ||||
| -rw-r--r-- | sys/amd64/include/npx.h | 3 |
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 |
