+Mon Nov 29 00:28:35 1993 Jim Meyering (meyering@comco.com)
+
+ * stty.c, configure.in, acconfig.h: Revert change of Nov 26.
+ I am no longer able to reproduce the behavior that prompted
+ that patch -- but I had tested only using an old version of gcc.
+ When building with a more recent version of gcc or with /bin/cc
+ there is no problem.
+
Sat Nov 27 15:11:21 1993 Jim Meyering (meyering@comco.com)
* nice.c (main): If an adjustment is specified, but no command is
User visible changes in release 1.9.2:
-* stty works on Solaris-2.2
* who output is better formatted on Solaris and other SysVr4 systems
* fix a minor problem in formatting the output from `stty -a'
* yes with arguments outputs newlines again
#if defined(GWINSZ_BROKEN) /* Such as for SCO UNIX 3.2.2. */
#undef TIOCGWINSZ
-#ifdef TCGETS /* Solaris 2.2 */
-#define TIOCGWINSZ TCGETS
-#endif
#endif
#ifndef _POSIX_VDISABLE