convert the math emulation to use the new-style options.

This commit is contained in:
Garrett Wollman 1996-01-04 19:51:50 +00:00
parent ba897d583b
commit a73af3a214
5 changed files with 13 additions and 3 deletions

View File

@ -32,12 +32,14 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
* $Id: npx.c,v 1.26 1995/12/10 13:39:02 phk Exp $
* $Id: npx.c,v 1.27 1995/12/19 14:30:50 davidg Exp $
*/
#include "npx.h"
#if NNPX > 0
#include "math_emulate.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>

View File

@ -32,12 +32,14 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
* $Id: npx.c,v 1.26 1995/12/10 13:39:02 phk Exp $
* $Id: npx.c,v 1.27 1995/12/19 14:30:50 davidg Exp $
*/
#include "npx.h"
#if NNPX > 0
#include "math_emulate.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>

View File

@ -1 +1,3 @@
USER_LDT
MATH_EMULATE math_emulate.h
GPL_MATH_EMULATE math_emulate.h

View File

@ -1 +1,3 @@
USER_LDT
MATH_EMULATE math_emulate.h
GPL_MATH_EMULATE math_emulate.h

View File

@ -32,12 +32,14 @@
* SUCH DAMAGE.
*
* from: @(#)npx.c 7.2 (Berkeley) 5/12/91
* $Id: npx.c,v 1.26 1995/12/10 13:39:02 phk Exp $
* $Id: npx.c,v 1.27 1995/12/19 14:30:50 davidg Exp $
*/
#include "npx.h"
#if NNPX > 0
#include "math_emulate.h"
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/kernel.h>