diff options
author | Jim Meyering <jim@meyering.net> | 2000-11-07 15:35:25 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-11-07 15:35:25 +0000 |
commit | 770c39a710f7f08e46e3a83e71367361516ccf86 (patch) | |
tree | 932d4dd9ff4a410c16e37a3cd1385011bc1aa625 /lib/ChangeLog | |
parent | 4e2bc789ab5be94f151dea55ba4395218c4f5871 (diff) | |
download | coreutils-770c39a710f7f08e46e3a83e71367361516ccf86.tar.xz |
*** empty log message ***
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 99d1f875d..1e317cb97 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2000-11-06 Paul Eggert <eggert@twinsun.com> + + * 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 <meyering@lucent.com> * 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 <meyering@lucent.com> |