aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2008-04-13 21:38:05 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2008-04-13 21:38:05 +0000
commit4a45e0250ce2808bc0c5afb32583d0581f012f39 (patch)
tree4bed24174069af9ad347ea8695f3f4bcaed4dcb8
parent943f6ddd39462e81f643ff92d4951ae18d07bef1 (diff)
Notes
-rw-r--r--sys/net/radix_mpath.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/net/radix_mpath.c b/sys/net/radix_mpath.c
index 240fb36a09b7..871d436cf750 100644
--- a/sys/net/radix_mpath.c
+++ b/sys/net/radix_mpath.c
@@ -318,6 +318,7 @@ rn4_mpath_inithead(void **head, int off)
return 0;
}
+#ifdef INET6
int
rn6_mpath_inithead(void **head, int off)
{
@@ -332,3 +333,4 @@ rn6_mpath_inithead(void **head, int off)
return 0;
}
+#endif