summaryrefslogtreecommitdiff
path: root/ripngd/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ripngd/ChangeLog')
-rw-r--r--ripngd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
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 <paul@dishone.st>
+
+ * 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 <paul@dishone.st>
* ripng_{interface,zebra}.c: sync with zclient changes