Fix NOINET builds.

This commit is contained in:
Navdeep Parhar 2020-01-31 02:23:48 +00:00
parent e14f729cdc
commit c53c867eb3

View File

@ -1177,7 +1177,9 @@ udp6_close(struct socket *so)
static int
udp6_connect(struct socket *so, struct sockaddr *nam, struct thread *td)
{
#ifdef INET
struct epoch_tracker et;
#endif
struct inpcb *inp;
struct inpcbinfo *pcbinfo;
struct sockaddr_in6 *sin6;