summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-07-13 19:31:51 +0000
committerJim Meyering <jim@meyering.net>1996-07-13 19:31:51 +0000
commit900a826cf8de9198cd1e7c048736508ba1b16ea0 (patch)
tree1e35776cdef9160d1bc6ef003efcda625eb3a402
parent7fe510422eb8e89e23705000e6c55a1240381776 (diff)
downloadcoreutils-900a826cf8de9198cd1e7c048736508ba1b16ea0.tar.xz
.
-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.