summaryrefslogtreecommitdiff
path: root/nscd/hstcache.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-12-09 18:33:58 +0000
committerAndreas Jaeger <aj@suse.de>2000-12-09 18:33:58 +0000
commit0a12bf88f1d0ff18f17ae94ade5dfce071bae0e0 (patch)
tree9ce5f646e01bd6cfd16ecd741a86e98ea268deb7 /nscd/hstcache.c
parent6c342d0b0b3e8766add65dff57416a67fe771673 (diff)
Update.
2000-12-09 Andreas Jaeger <aj@suse.de> * sysdeps/unix/sysv/linux/mips/sigaction.c: New file. * sysdeps/unix/sysv/linux/mips/sys/acct.h: Removed, we can use the generic version. Patches by Hiroyuki Machida <machida@sm.sony.co.jp>. * locale/programs/ld-collate.c (handle_ellipsis): Fix format string. * locale/programs/ld-ctype.c (charclass_symbolic_ellipsis): Fix format string. * nscd/hstcache.c (addhstbyname): Add cast to avoid warning. * nscd/connections.c (handle_request): Likewise. * nscd/pwdcache.c (addpwbyname): Likewise. * nscd/grpcache.c (addgrbyname): Likewise. * nscd/nscd_conf.c (nscd_parse_file): Remove extra argument.
Diffstat (limited to 'nscd/hstcache.c')
-rw-r--r--nscd/hstcache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nscd/hstcache.c b/nscd/hstcache.c
index e8444d825f..ee38c3d653 100644
--- a/nscd/hstcache.c
+++ b/nscd/hstcache.c
@@ -296,7 +296,7 @@ addhstbyname (struct database *db, int fd, request_header *req,
uid_t oldeuid = 0;
if (debug_level > 0)
- dbg_log (_("Haven't found \"%s\" in hosts cache!"), key);
+ dbg_log (_("Haven't found \"%s\" in hosts cache!"), (char *)key);
if (secure[hstdb])
{