Fix NOINET builds.
This commit is contained in:
parent
e14f729cdc
commit
c53c867eb3
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user