summaryrefslogtreecommitdiffstats
path: root/ripngd/ripng_nexthop.h
Commit message (Collapse)AuthorAgeFilesLines
* lib: fix "sockunion: add hash function" for BSD (9196caf)David Lamparter2015-05-201-11/+2
| | | | | | | | | | | | | The sockunion_hash() function uses s6_addr32, which is not defined on BSD systems. (It only works on glibc because we set _GNU_SOURCE) ripngd/ripng_nexthop.h already contains a workaround for this. Bump workaround to prefix.h so it's available everywhere. Reported-by: NetDEF CI System <mwinter@netdef.org> Fixes: 9196caf ("sockunion: add hash function") Cc: Timo Teräs <timo.teras@iki.fi> Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
* [trivia] finish off static'ification of ospf6d and ripngdPaul Jakma2008-08-221-6/+7
| | | | | | | | | 2008-08-15 Paul Jakma <paul.jakma@sun.com> * {ospf6d,ripngd}/*: Finish job of marking functions as static, or exporting declarations for them, to quell warning noise with Quagga's GCC default high-level of warning flags. Thus allowing remaining, more useful warnings to be more easily seen.
* 2004-05-11 Paul Jakma <paul@dishone.st>paul2004-05-111-0/+5
| | | | | | * 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.
* *BSD compile fix from Rivo Nurges.hasso2003-05-261-0/+5
|
* Ripngd part of 6Wind patch.hasso2003-05-251-0/+62