* config/i386/tm-i386bsd.h (NUM_REGS): There are only 10, not 11.
This commit is contained in:
parent
8b97737768
commit
a824e46eac
|
@ -1,5 +1,7 @@
|
||||||
Thu Aug 5 08:58:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
Thu Aug 5 08:58:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
|
* config/i386/tm-i386bsd.h (NUM_REGS): There are only 10, not 11.
|
||||||
|
|
||||||
* inflow.c: Put all uses of F_GETFL and F_SETFL in #ifdef F_GETFL.
|
* inflow.c: Put all uses of F_GETFL and F_SETFL in #ifdef F_GETFL.
|
||||||
|
|
||||||
* 29k-share/udi/udip2soc.c: Include fcntl.h not sys/fcntl.h.
|
* 29k-share/udi/udip2soc.c: Include fcntl.h not sys/fcntl.h.
|
||||||
|
|
|
@ -24,5 +24,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||||
#include "i386/tm-i386v.h"
|
#include "i386/tm-i386v.h"
|
||||||
|
|
||||||
/* 386BSD cannot handle the segment registers. */
|
/* 386BSD cannot handle the segment registers. */
|
||||||
|
/* BSDI can't handle them either. */
|
||||||
#undef NUM_REGS
|
#undef NUM_REGS
|
||||||
#define NUM_REGS 11
|
#define NUM_REGS 10
|
||||||
|
|
Loading…
Reference in New Issue