diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-08-24 06:37:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-08-24 06:37:27 +0000 |
commit | 4fb5ab741ac5b498fd0591d82b5d225abac7b8ce (patch) | |
tree | b067640777bfc96b8da88c8277101a47771ba7db /ChangeLog | |
parent | 8558d715d0dc104832c65f52e14158d0c606f3a1 (diff) | |
download | glibc-4fb5ab741ac5b498fd0591d82b5d225abac7b8ce.zip glibc-4fb5ab741ac5b498fd0591d82b5d225abac7b8ce.tar.gz glibc-4fb5ab741ac5b498fd0591d82b5d225abac7b8ce.tar.bz2 |
* nscd/nscd.c (main): Use error while process isn't running in thecvs/fedora-glibc-20050829T1854cvs/fedora-glibc-20050824T0705
background, not dbg_log.
* nscd/nscd_conf.c (nscd_parse_file): Likewise.
Mark messages with _(). Unify testing for database name.
* sysdeps/unix/sysv/linux/Versions: Export inotify_* syscalls.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,5 +1,10 @@ 2005-08-23 Ulrich Drepper <drepper@redhat.com> + * nscd/nscd.c (main): Use error while process isn't running in the + background, not dbg_log. + * nscd/nscd_conf.c (nscd_parse_file): Likewise. + Mark messages with _(). Unify testing for database name. + * nscd/connection.c (DEFAULT_DATASIZE_PER_BUCKET): Move to nscd.h. (dbs): Initialize max_db_size fields. (nscd_init): When mapping the database, use max_db_size as the @@ -27,7 +32,7 @@ (receive_print_stats): Likewise. * nscd/pwdcache.c (cache_addpw): Likewise. - * sysdeps/unix/sysv/linux/Versions: Export Inotify_* syscalls. + * sysdeps/unix/sysv/linux/Versions: Export inotify_* syscalls. 2005-08-22 Jakub Jelinek <jakub@redhat.com> |