diff options
author | hasso <hasso> | 2005-04-08 01:30:51 +0000 |
---|---|---|
committer | hasso <hasso> | 2005-04-08 01:30:51 +0000 |
commit | 3a2ce6a14e3e302c3fdca2ff99143cfd06b145e6 (patch) | |
tree | f27ec1418be4c3e9a123e67ef22ca090bca28906 /ripngd/ChangeLog | |
parent | 528bed4a9a997216ba95e3ae445efa79436cc551 (diff) |
* 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.
Diffstat (limited to 'ripngd/ChangeLog')
-rw-r--r-- | ripngd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ripngd/ChangeLog b/ripngd/ChangeLog index 78e1107f..ee13c927 100644 --- a/ripngd/ChangeLog +++ b/ripngd/ChangeLog @@ -1,3 +1,8 @@ +2005-04-08 Hasso Tepper <hasso at quagga.net> + + * ripngd.[hc], ripng_interface.c, ripng_peer.c: inet6_ntoa() takes + argument now by value. + 2005-04-05 Hasso Tepper <hasso at quagga.net> * ripngd.[hc]: Remove inet6_ntop() and any usage of it. inet6_ntoa() |