diff options
author | Jim Meyering <jim@meyering.net> | 2000-04-05 15:16:27 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-04-05 15:16:27 +0000 |
commit | 0fcc2606dd021a8b3469eea785fbc07b5faf2fc3 (patch) | |
tree | cd9d6ebe63416de84fda0317909aea3935ff29c5 /lib/ChangeLog | |
parent | bea19ce09c18109f1a2ee6ba9a5c48f4891ac0ae (diff) | |
download | coreutils-0fcc2606dd021a8b3469eea785fbc07b5faf2fc3.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 95fdee219..f78674c75 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,12 @@ +2000-04-05 Jim Meyering <meyering@lucent.com> + + Portability tweaks required for ultrix4.3. + * readutmp.h [HAVE_UTMPX_H && !HAVE_DECL_GETUTENT]: Declare getutent. + * readutmp.c: Include sys/types.h before sys/stat.h. + * canon-host.c: Declare strdup. + * path-concat.c: Likewise. + From John David Anglin. + 2000-04-04 Jim Meyering <meyering@lucent.com> Be more DOS 8.3-friendly. |