+2002-08-25 Andre Leis <a.leis@gmx.net>
+ David Billinghurst (David.Billinghurst@riotinto.com>
+
+ * sysdep.c (__gnat_ttyname): include <termios.h> on cygwin
+
2002-08-14 Release Manager
* GCC 3.2 Released.
* *
* C Implementation File *
* *
- * $Revision: 1.5 $
+ * $Revision: 1.5.10.1 $
* *
* Copyright (C) 1992-2001 Free Software Foundation, Inc. *
* *
\f
#if defined (linux) || defined (sun) || defined (sgi) || defined (__EMX__) \
|| (defined (__osf__) && ! defined (__alpha_vxworks)) || defined (WINNT) \
- || defined (__MACHTEN__)
+ || defined (__MACHTEN__) || defined (__CYGWIN__)
#include <termios.h>
#else
{
#if defined (linux) || defined (sun) || defined (sgi) || defined (__EMX__) \
|| (defined (__osf__) && ! defined (__alpha_vxworks)) \
- || defined (__CYGWIN32__) || defined (__MACHTEN__)
+ || defined (__CYGWIN__) || defined (__MACHTEN__)
char c;
int nread;
int good_one = 0;