summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-09-28 22:13:11 +0000
committerUlrich Drepper <drepper@redhat.com>2004-09-28 22:13:11 +0000
commit21ae57c4135109f3e5478c713463fe4951605fd8 (patch)
treee3bbeb96e59a469a1503c300b9166b32040dbf2e /ChangeLog
parenta19fe332c1be896a4b834b26f8f2ed4813f180f2 (diff)
Update.
* sunrpc/get_myaddr.c (get_myaddress): Fix test for failing getifaddrs call. * sunrpc/pmap_clnt.c (__get_myaddress): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c030053630..8d1815e5f4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-09-28 Ulrich Drepper <drepper@redhat.com>
+ * sunrpc/get_myaddr.c (get_myaddress): Fix test for failing
+ getifaddrs call.
+ * sunrpc/pmap_clnt.c (__get_myaddress): Likewise.
+
* malloc/arena.c (ptmalloc_init): Allow MALLOC_CHECK_==0 to
disable all checking.