24 lines
536 B
Text
24 lines
536 B
Text
$NetBSD: patch-ab,v 1.1 2007/12/27 17:46:53 joerg Exp $
|
|
|
|
--- pim6dd/defs.h.orig 2007-12-27 15:50:19.000000000 +0000
|
|
+++ pim6dd/defs.h
|
|
@@ -87,12 +87,19 @@
|
|
#ifdef __FreeBSD__ /* sigh */
|
|
#include <osreldate.h>
|
|
#endif
|
|
+#ifdef __DragonFly__
|
|
+#include <net/route.h>
|
|
+#endif
|
|
#ifdef __FreeBSD__
|
|
#define rtentry kernel_rtentry
|
|
#include <net/route.h>
|
|
#undef rtentry
|
|
#endif
|
|
+#ifdef __DragonFly__
|
|
+#include <net/ip_mroute/ip_mroute.h>
|
|
+#else
|
|
#include <netinet/ip_mroute.h>
|
|
+#endif
|
|
#ifdef __linux__
|
|
#include <linux/mroute6.h>
|
|
#else
|