diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-10-19 09:49:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-10-19 09:49:20 +0000 |
commit | 685c167680a6d1040abc5ff33bd25e5f423f9405 (patch) | |
tree | 48fd406c0ff21caf91795ddc321e2c9827834652 /ChangeLog | |
parent | 34489d95c4e388f28c9ccae0b0cb90f2f945c003 (diff) | |
download | glibc-685c167680a6d1040abc5ff33bd25e5f423f9405.tar.gz glibc-685c167680a6d1040abc5ff33bd25e5f423f9405.tar.xz glibc-685c167680a6d1040abc5ff33bd25e5f423f9405.zip |
Update.
* sysdeps/unix/sysv/linux/i386/setresgid.c: Remove #include of non-existing file with generic implementation. * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise. 1998-10-19 Philip Blundell <pb@nexus.co.uk> * iconv/gconv_db.c: Include ELF header only if STATIC_GCONV is not defined. Avoid using _CALL_DL_FCT if it is not defined. * iconv/gconv.c: Likewise. 1998-10-19 Ulrich Drepper <drepper@cygnus.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 082f25cca4..9111b18e1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,17 @@ 1998-10-19 Ulrich Drepper <drepper@cygnus.com> + * sysdeps/unix/sysv/linux/i386/setresgid.c: Remove #include of + non-existing file with generic implementation. + * sysdeps/unix/sysv/linux/i386/setresuid.c: Likewise. + +1998-10-19 Philip Blundell <pb@nexus.co.uk> + + * iconv/gconv_db.c: Include ELF header only if STATIC_GCONV is not + defined. Avoid using _CALL_DL_FCT if it is not defined. + * iconv/gconv.c: Likewise. + +1998-10-19 Ulrich Drepper <drepper@cygnus.com> + * nscd/connections.c (dbs): Define defualt values for timeouts and set enabled to 0 by default. (CACHE_PRUNE_INTERVAL): New constant. Use it instead of magical 15 in |