summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--old/sh-utils/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index c5b55fce4..e022436af 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,7 +1,7 @@
Sat Jul 13 14:22:54 1996 Jim Meyering <meyering@na-net.ornl.gov>
- * src/stty.c [!GWINSZ_BROKEN]: Remove this guarded `#undef TIOCGWINSZ'.
- That symbol can't be defined anymore.
+ * src/stty.c [GWINSZ_BROKEN]: Remove thus-guarded `#undef TIOCGWINSZ'.
+ GWINSZ_BROKEN can't be defined anymore.
* configure.in (boot time test): Use AC_EGREP_CPP instead of
AC_EGREP_HEADER; #endif, instead of #fi.