diff options
Diffstat (limited to 'sys/i386/include/npx.h')
-rw-r--r-- | sys/i386/include/npx.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/include/npx.h b/sys/i386/include/npx.h index 84fae1a..6664614 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.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 |