From 6037e01bd0eb1b694312aba1c707da7aeb5dd6e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 29 May 2005 21:32:58 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15288 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 4 ++++ lib/roken/ChangeLog | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 156f5abfb..d874a8df7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2005-05-29 Love Hörnquist Åstrand + * lib/krb5/name-45-test.c: XXX don't run the test unless the + machine is in kth.se or su.se because it depends on local resolver + configuration. + * lib/hdb/hdb.c: provde RTLD_NOW and RTLD_GLOBAL if they don't exists diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index 05002fdd0..bb4c87599 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,3 +1,9 @@ +2005-05-29 Love Hörnquist Åstrand + + * parse_reply-test.c: avoid signedness warnings + + * test-mem.c: avoid signedness warnings + 2005-05-27 Love Hörnquist Åstrand * hex.c: include "roken.h" to avoid undefined size_t/ssize_t