* prefix.[hc]: Pass argument to the inet6_ntoa by value making it more
inet_ntoa alike.
* ripngd.[hc], ripng_interface.c, ripng_peer.c: inet6_ntoa() takes
argument now by value.
diff --git a/lib/ChangeLog b/lib/ChangeLog
index 3473257..1d3d3e6 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,8 @@
+2005-04-08 Hasso Tepper <hasso at quagga.net>
+
+ * prefix.[hc]: Pass argument to the inet6_ntoa by value making it more
+ inet_ntoa alike.
+
2005-04-07 Paul Jakma <paul.jakma@sun.com>
* linklist.h: Add usage comments.