Hide udp_in6 behind #ifdef INET6

This commit is contained in:
Poul-Henning Kamp 2004-11-04 07:14:03 +00:00
parent 37a4b79385
commit c83c1318f5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137183

View file

@ -418,7 +418,9 @@ udp_append(last, ip, n, off, udp_in)
struct sockaddr *append_sa;
struct socket *so;
struct mbuf *opts = 0;
#ifdef INET6
struct sockaddr_in6 udp_in6;
#endif
INP_LOCK_ASSERT(last);