From: Jim Meyering Date: Thu, 10 Feb 1994 14:59:01 +0000 (+0000) Subject: . X-Git-Tag: textutils-1_12_1~759 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a751e875624617d6e615d5d42ec370ae654ff3e7;p=thirdparty%2Fcoreutils.git . --- diff --git a/src/stty.c b/src/stty.c index eba0f11d12..ea75cc18ae 100644 --- a/src/stty.c +++ b/src/stty.c @@ -103,6 +103,13 @@ #if defined(VSWTCH) && !defined(CSWTCH) #define CSWTCH _POSIX_VDISABLE #endif + +/* SunOS 5.3 loses (^Z doesn't work) if `swtch' is the same as `susp'. + So the default is to disable `swtch.' */ +#if defined (__sparc__) && defined (__svr4__) +#define CSWTCH _POSIX_VDISABLE +#endif + #if defined(VDSUSP) && !defined (CDSUSP) #define CDSUSP Control ('y') #endif