Make this compile also on non-IPv6 kernels.

This commit is contained in:
Poul-Henning Kamp 2008-04-13 21:38:05 +00:00
parent 943f6ddd39
commit 4a45e0250c

View File

@ -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