diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-10-30 21:46:00 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-10-30 21:46:00 +0000 |
commit | a54170c2a0726cc004768fed66c8f6251e0d4895 (patch) | |
tree | b03891f3b82ce573f3c5708cde3ad2364ea8ad9a /lib/ChangeLog | |
parent | 9b700d84f754a2005d6001dd2bc5322fefd7a9ef (diff) | |
download | coreutils-a54170c2a0726cc004768fed66c8f6251e0d4895.tar.xz |
Fix porting problems reported by Theodoros V. Kalamatianos.
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index ca4aa7462..e0a7ca1d5 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2005-10-30 Paul Eggert <eggert@cs.ucla.edu> + + Fix porting problems reported by Theodoros V. Kalamatianos. + * fd-reopen.c [defined HAVE_CONFIG_H]: Include <config.h>, + so that large files can be opened. + * utimens.c (futimens) [HAVE_WORKING_UTIMES && HAVE_FUTIMES]: + Don't assume that futimes failing means we must fail. + 2005-10-29 Paul Eggert <eggert@cs.ucla.edu> * getcwd.c (__getcwd): Don't assume that system calls after readdir |