* config/i386/tm-i386bsd.h (NUM_REGS): There are only 10, not 11.

This commit is contained in:
Jim Kingdon 1993-08-05 17:53:42 +00:00
parent 8b97737768
commit a824e46eac
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,7 @@
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.
* 29k-share/udi/udip2soc.c: Include fcntl.h not sys/fcntl.h.

View File

@ -24,5 +24,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "i386/tm-i386v.h"
/* 386BSD cannot handle the segment registers. */
/* BSDI can't handle them either. */
#undef NUM_REGS
#define NUM_REGS 11
#define NUM_REGS 10