Make this compile also on non-IPv6 kernels.

This commit is contained in:
phk 2008-04-13 21:38:05 +00:00
parent 0fbd163059
commit 8988da494e

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