diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-07-09 07:36:03 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-07-09 07:36:03 +0000 |
commit | d2cdd805c40996a4d88a5825453546a3e23c9fd3 (patch) | |
tree | 9a0ce3cafa16cda50632d0c760b6545437e6dc53 | |
parent | d3fdc82a4eb1c134b69f94983fea3d39f6f80028 (diff) | |
download | coreutils-d2cdd805c40996a4d88a5825453546a3e23c9fd3.tar.xz |
Update to Eric Blake porting problems.
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -4,11 +4,13 @@ Fix porting problems reported by Eric Blake. - * configure.ac: Add check for HAVE_FIONREAD_IN_SYS_IOCTL. - * src/cat.c, src/ls.c, src/stty.c: Include stropt.h if available, + * configure.ac: Remove check for AC_HEADER_TIOCGWINSZ. + * src/cat.c, src/ls.c, src/stty.c: Include stropts.h if available, because POSIX says that's where ioctl is declared. - * src/cat.c: Use HAVE_FIONREAD_IN_SYS_IOCTL instead of _POSIX_SOURCE + * src/cat.c: Use HAVE_SYS_IOCTL_H instead of _POSIX_SOURCE to decide whether to include <sys/ioctl.h>. + * src/stty.c: Use only HAVE_SYS_IOCTL_H to decide whether + to include <sys/ioctl.h>. * src/id.c (print_user): Don't assume uid fits in unsigned int. (print_group): Likewise, for gid. |