summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/npx.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-01-06 23:10:57 +0000
committerpeter <peter@FreeBSD.org>1996-01-06 23:10:57 +0000
commitc2bbf7eb199d200c0bd493c5916b88fa656b3f77 (patch)
treec7b6163f7a283666c5f5ad6751d8ad9bb4b7c401 /sys/i386/isa/npx.c
parent64611dcc5ee898bd48d5705a1c79c69164c0c555 (diff)
downloadFreeBSD-src-c2bbf7eb199d200c0bd493c5916b88fa656b3f77.zip
FreeBSD-src-c2bbf7eb199d200c0bd493c5916b88fa656b3f77.tar.gz
Choose a different name to hold the option definition.. The original one
was overlapping with another file, and making some undesirable behavior a little worse - it's triggering a bug in config that appears to have been there for some time (before the options files, anyway.)
Diffstat (limited to 'sys/i386/isa/npx.c')
-rw-r--r--sys/i386/isa/npx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/npx.c b/sys/i386/isa/npx.c
index 55aa8ad..fbeb824 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>
OpenPOWER on IntegriCloud