From: Paul Eggert Date: Sun, 30 Oct 2005 21:46:00 +0000 (+0000) Subject: Fix porting problems reported by Theodoros V. Kalamatianos. X-Git-Tag: v6.0~1445 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a54170c2a0726cc004768fed66c8f6251e0d4895;p=thirdparty%2Fcoreutils.git Fix porting problems reported by Theodoros V. Kalamatianos. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index ca4aa7462c..e0a7ca1d5d 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,11 @@ +2005-10-30 Paul Eggert + + Fix porting problems reported by Theodoros V. Kalamatianos. + * fd-reopen.c [defined HAVE_CONFIG_H]: Include , + 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 * getcwd.c (__getcwd): Don't assume that system calls after readdir