diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1996-01-06 23:10:57 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1996-01-06 23:10:57 +0000 |
| commit | d92566062f2dd4ff6cfe016a5583c525e5d78216 (patch) | |
| tree | c7b6163f7a283666c5f5ad6751d8ad9bb4b7c401 | |
| parent | 12ff37b733d0271d8447956e6f278202fc183c3b (diff) | |
Notes
| -rw-r--r-- | sys/amd64/amd64/fpu.c | 4 | ||||
| -rw-r--r-- | sys/amd64/isa/npx.c | 4 | ||||
| -rw-r--r-- | sys/conf/options.i386 | 4 | ||||
| -rw-r--r-- | sys/i386/conf/options.i386 | 4 | ||||
| -rw-r--r-- | sys/i386/isa/npx.c | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/sys/amd64/amd64/fpu.c b/sys/amd64/amd64/fpu.c index 55aa8ad08157..fbeb8244bdd3 100644 --- a/sys/amd64/amd64/fpu.c +++ b/sys/amd64/amd64/fpu.c @@ -32,13 +32,13 @@ * SUCH DAMAGE. * * from: @(#)npx.c 7.2 (Berkeley) 5/12/91 - * $Id: npx.c,v 1.27 1995/12/19 14:30:50 davidg Exp $ + * $Id: npx.c,v 1.28 1996/01/04 19:51:14 wollman Exp $ */ #include "npx.h" #if NNPX > 0 -#include "math_emulate.h" +#include "opt_math_emulate.h" #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/amd64/isa/npx.c b/sys/amd64/isa/npx.c index 55aa8ad08157..fbeb8244bdd3 100644 --- a/sys/amd64/isa/npx.c +++ b/sys/amd64/isa/npx.c @@ -32,13 +32,13 @@ * SUCH DAMAGE. * * from: @(#)npx.c 7.2 (Berkeley) 5/12/91 - * $Id: npx.c,v 1.27 1995/12/19 14:30:50 davidg Exp $ + * $Id: npx.c,v 1.28 1996/01/04 19:51:14 wollman Exp $ */ #include "npx.h" #if NNPX > 0 -#include "math_emulate.h" +#include "opt_math_emulate.h" #include <sys/param.h> #include <sys/systm.h> diff --git a/sys/conf/options.i386 b/sys/conf/options.i386 index b319a3facd33..39039ec70470 100644 --- a/sys/conf/options.i386 +++ b/sys/conf/options.i386 @@ -1,4 +1,4 @@ BOUNCEPAGES opt_bounce.h USER_LDT -MATH_EMULATE math_emulate.h -GPL_MATH_EMULATE math_emulate.h +MATH_EMULATE opt_math_emulate.h +GPL_MATH_EMULATE opt_math_emulate.h diff --git a/sys/i386/conf/options.i386 b/sys/i386/conf/options.i386 index b319a3facd33..39039ec70470 100644 --- a/sys/i386/conf/options.i386 +++ b/sys/i386/conf/options.i386 @@ -1,4 +1,4 @@ BOUNCEPAGES opt_bounce.h USER_LDT -MATH_EMULATE math_emulate.h -GPL_MATH_EMULATE math_emulate.h +MATH_EMULATE opt_math_emulate.h +GPL_MATH_EMULATE opt_math_emulate.h diff --git a/sys/i386/isa/npx.c b/sys/i386/isa/npx.c index 55aa8ad08157..fbeb8244bdd3 100644 --- a/sys/i386/isa/npx.c +++ b/sys/i386/isa/npx.c @@ -32,13 +32,13 @@ * SUCH DAMAGE. * * from: @(#)npx.c 7.2 (Berkeley) 5/12/91 - * $Id: npx.c,v 1.27 1995/12/19 14:30:50 davidg Exp $ + * $Id: npx.c,v 1.28 1996/01/04 19:51:14 wollman Exp $ */ #include "npx.h" #if NNPX > 0 -#include "math_emulate.h" +#include "opt_math_emulate.h" #include <sys/param.h> #include <sys/systm.h> |
