From: Jim Meyering Date: Tue, 7 Nov 2000 15:35:25 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_0_32~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=770c39a710f7f08e46e3a83e71367361516ccf86;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 99d1f875d9..1e317cb97f 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2000-11-06 Paul Eggert + + * lib/getusershell.c (setusershell): Use rewind rather than + fseek/fseeko, to avoid configuration hassles with fseeko. + Don't bother opening SHELLS_FILE if shellstream is NULL; + it's not necessary. + 2000-11-05 Jim Meyering * makepath.h (make_dir): Declare. @@ -55,6 +62,7 @@ * memcmp.c: Likewise. * getusershell.c (setusershell) [HAVE_FSEEKO]: Use fseeko. + Avoid using fseek, when possible -- it's broken by design. Patch by Ulrich Drepper. 2000-10-26 Jim Meyering