diff options
author | Jim Meyering <jim@meyering.net> | 1996-12-11 04:49:30 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-12-11 04:49:30 +0000 |
commit | 3692f571237b33776e27399be18fcc8371b4c2ed (patch) | |
tree | 10c08e76b6535158955e4d9dce9b938e311bd1ea /old | |
parent | d3d55650354b42615b78229d8c6f39a26b0a5f15 (diff) | |
download | coreutils-3692f571237b33776e27399be18fcc8371b4c2ed.tar.xz |
.
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index ff0dde026..f68b97e9d 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,10 @@ Tue Dec 10 00:14:24 1996 Jim Meyering <meyering@na-net.ornl.gov> + * src/install.c [_POSIX_VERSION]: Don't declare wait. That + declaration conflicted with one in a system header file on + i386-pc-isc3.0, now that I've removed the AC_ISC_POSIX macro + and _POSIX_VERSION is no longer defined. + * configure.in (AC_ISC_POSIX): Remove kludgy macro. Use this test instead: (LIBS): Add -lcposix if it contains strerror. |