diff options
author | peter <peter@FreeBSD.org> | 1996-01-06 23:10:57 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-01-06 23:10:57 +0000 |
commit | c2bbf7eb199d200c0bd493c5916b88fa656b3f77 (patch) | |
tree | c7b6163f7a283666c5f5ad6751d8ad9bb4b7c401 /sys/i386/conf | |
parent | 64611dcc5ee898bd48d5705a1c79c69164c0c555 (diff) | |
download | FreeBSD-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/conf')
-rw-r--r-- | sys/i386/conf/options.i386 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/conf/options.i386 b/sys/i386/conf/options.i386 index b319a3f..39039ec 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 |