changeset 2967:55c4d2d014e4

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Tue, 07 Nov 2000 15:35:25 +0000
parents 8d2c63fa3a16
children a10dfacbdaf3
files lib/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog	Tue Nov 07 15:35:15 2000 +0000
+++ b/lib/ChangeLog	Tue Nov 07 15:35:25 2000 +0000
@@ -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>