From f88258c8386a6a5f4a7a7994a1d3a34ab0ef244b Mon Sep 17 00:00:00 2001 From: paul Date: Tue, 11 May 2004 12:01:33 +0000 Subject: 2004-05-11 Paul Jakma * ripng_nexthop.h: SUNOS_5 does not define s6_addr32 catch ifndef(s6_addr32) && defined(SUNOS_5) and define it ourselves based on the S10 _KERNEL guarded define. --- ripngd/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ripngd/ChangeLog') diff --git a/ripngd/ChangeLog b/ripngd/ChangeLog index 01256bbb..8122ec55 100644 --- a/ripngd/ChangeLog +++ b/ripngd/ChangeLog @@ -1,3 +1,9 @@ +2004-05-11 Paul Jakma + + * ripng_nexthop.h: SUNOS_5 does not define s6_addr32 + catch ifndef(s6_addr32) && defined(SUNOS_5) and define + it ourselves based on the S10 _KERNEL guarded define. + 2004-05-08 Paul Jakma * ripng_{interface,zebra}.c: sync with zclient changes -- cgit v1.2.1