diff options
author | Jim Meyering <jim@meyering.net> | 1996-07-10 03:45:03 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-07-10 03:45:03 +0000 |
commit | 108f50670d88c12089fa84bc5b1944761c9ce548 (patch) | |
tree | a50c0f3552d354c45dceaccf872c7e8f974a1cec /old | |
parent | 5885cbf0d2d33802bed40c251addc92299eccc0c (diff) | |
download | coreutils-108f50670d88c12089fa84bc5b1944761c9ce548.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 38d8223d0..afb916c1d 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -24,6 +24,9 @@ Sun Jul 7 22:40:08 1996 Jim Meyering <meyering@na-net.ornl.gov> * src/Makefile.am (MAINTAINERCLEANFILES): Add dircolors.h. + * configure.in (AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL): Use it. + * acconfig.h [GWINSZ_IN_SYS_IOCTL]: Add #undef. + * src/ls.c: Include termios.h. Guard inclusion of sys/ioctl.h with #ifdef GWINSZ_IN_SYS_IOCTL, rather than HAVE_SYS_IOCTL_H. Modelled after sh-utils' stty.c @@ -33,7 +36,7 @@ Sun Jul 7 22:40:08 1996 Jim Meyering <meyering@na-net.ornl.gov> termios.h, and not sys/ioctl.h. * aclocal.m4 (AM_SYS_POSIX_TERMIOS): New macro, derived from test - in configure.in. + in the configure.in from sh-utils. (AM_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL): Likewise. Sat Jul 6 12:46:27 1996 Jim Meyering <meyering@na-net.ornl.gov> |