* xm-sysv4.h: Undefine HAVE_TERMIO.

This commit is contained in:
Jim Kingdon 1993-07-01 22:04:17 +00:00
parent b78d91ff99
commit 1f72a94a6a
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,7 @@
Thu Jul 1 09:51:27 1993 Jim Kingdon (kingdon@cygnus.com)
* xm-sysv4.h: Undefine HAVE_TERMIO.
* config/mips/nm-riscos.h: Remove unmatched #endif.
Define FETCH_INFERIOR_REGISTERS.
* config/mips/riscos.mh: Don't include coredep.o; mips-nat.o is enough.
@ -593,7 +595,7 @@ Tue Jun 8 17:54:09 1993 Rob Savoye (rob@rtl.cygnus.com)
* serial.c (serial_close): If scb is NULL, don't try to close
it.
o * configure.in: Add support for rom68k and bug boot monitors.
* configure.in: Add support for rom68k and bug boot monitors.
Tue Jun 8 17:39:12 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)

View File

@ -24,6 +24,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
/* SVR4 has termios facilities. */
#undef HAVE_TERMIO
#define HAVE_TERMIOS
/* SVR4 has mmap facilities */