Re: bug in cygwin sys/termios.h?

2005-01-21 Thread Corinna Vinschen
On Jan 20 21:36, Eric Blake wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 When compiling coreutils/src/stty.c, I got a warning from this segment: /* ISC renamed swtch to susp for termios, but we'll accept either name. */ #if defined(VSUSP) !defined(VSWTCH) # define VSWTCH VSUSP

bug in cygwin sys/termios.h?

2005-01-20 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 When compiling coreutils/src/stty.c, I got a warning from this segment: /* ISC renamed swtch to susp for termios, but we'll accept either name. */ #if defined(VSUSP) !defined(VSWTCH) # define VSWTCH VSUSP # define CSWTCH CSUSP #endif #if