diff options
Diffstat (limited to 'sys/net/radix_mpath.c')
-rw-r--r-- | sys/net/radix_mpath.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/net/radix_mpath.c b/sys/net/radix_mpath.c index 240fb36..871d436 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 |