From 82b695b22de39d944351a952ff6a6c35e35d1d60 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sat, 8 Oct 1994 22:27:58 +0000 Subject: [PATCH] A couple of prototypes moved out from here. --- sys/amd64/amd64/fpu.c | 4 +--- sys/amd64/isa/npx.c | 4 +--- sys/i386/isa/npx.c | 4 +--- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/sys/amd64/amd64/fpu.c b/sys/amd64/amd64/fpu.c index 1adce1a71ebb..98e2276d868b 100644 --- a/sys/amd64/amd64/fpu.c +++ b/sys/amd64/amd64/fpu.c @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * from: @(#)npx.c 7.2 (Berkeley) 5/12/91 - * $Id: npx.c,v 1.12 1994/09/15 16:32:07 paul Exp $ + * $Id: npx.c,v 1.13 1994/09/22 14:44:16 davidg Exp $ */ #include "npx.h" @@ -91,8 +91,6 @@ typedef u_char bool_t; extern struct gate_descriptor idt[]; -int npxdna __P((void)); -void npxexit __P((struct proc *p)); void npxinit __P((u_int control)); void npxintr __P((struct intrframe frame)); void npxsave __P((struct save87 *addr)); diff --git a/sys/amd64/isa/npx.c b/sys/amd64/isa/npx.c index 1adce1a71ebb..98e2276d868b 100644 --- a/sys/amd64/isa/npx.c +++ b/sys/amd64/isa/npx.c @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * from: @(#)npx.c 7.2 (Berkeley) 5/12/91 - * $Id: npx.c,v 1.12 1994/09/15 16:32:07 paul Exp $ + * $Id: npx.c,v 1.13 1994/09/22 14:44:16 davidg Exp $ */ #include "npx.h" @@ -91,8 +91,6 @@ typedef u_char bool_t; extern struct gate_descriptor idt[]; -int npxdna __P((void)); -void npxexit __P((struct proc *p)); void npxinit __P((u_int control)); void npxintr __P((struct intrframe frame)); void npxsave __P((struct save87 *addr)); diff --git a/sys/i386/isa/npx.c b/sys/i386/isa/npx.c index 1adce1a71ebb..98e2276d868b 100644 --- a/sys/i386/isa/npx.c +++ b/sys/i386/isa/npx.c @@ -32,7 +32,7 @@ * SUCH DAMAGE. * * from: @(#)npx.c 7.2 (Berkeley) 5/12/91 - * $Id: npx.c,v 1.12 1994/09/15 16:32:07 paul Exp $ + * $Id: npx.c,v 1.13 1994/09/22 14:44:16 davidg Exp $ */ #include "npx.h" @@ -91,8 +91,6 @@ typedef u_char bool_t; extern struct gate_descriptor idt[]; -int npxdna __P((void)); -void npxexit __P((struct proc *p)); void npxinit __P((u_int control)); void npxintr __P((struct intrframe frame)); void npxsave __P((struct save87 *addr));