From fa40f65874ca21bb9cca59ab5ddc8dbaf046f3c8 Mon Sep 17 00:00:00 2001 From: ajs Date: Thu, 16 Dec 2004 16:18:13 +0000 Subject: 2004-12-16 Andrew J. Schorr * ripng_nexthop.c: Replace NEXTHOP_OUT macro with NEXTHOP_OUT_PTR, since it's not really OK to take the address of a ternary expression. (_ripng_rte_cmp,ripng_rte_send) Use new NEXTHOP_OUT_PTR macro instead of NEXTHOP_OUT. --- ripngd/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ripngd/ChangeLog') diff --git a/ripngd/ChangeLog b/ripngd/ChangeLog index 97a89239..7f85cc47 100644 --- a/ripngd/ChangeLog +++ b/ripngd/ChangeLog @@ -1,3 +1,10 @@ +2004-12-16 Andrew J. Schorr + + * ripng_nexthop.c: Replace NEXTHOP_OUT macro with NEXTHOP_OUT_PTR, + since it's not really OK to take the address of a ternary expression. + (_ripng_rte_cmp,ripng_rte_send) Use new NEXTHOP_OUT_PTR macro + instead of NEXTHOP_OUT. + 2004-12-08 Andrew J. Schorr * *.c: Change level of debug messages to LOG_DEBUG. -- cgit v1.2.1