1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=178183

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