diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-11-04 07:14:03 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2004-11-04 07:14:03 +0000 |
| commit | c83c1318f5086eea3fa7b17969eed7d07a9c0072 (patch) | |
| tree | 26b2860e2bcd12062d0ef078ff23e9d0aff4553d /sys/netinet/udp_usrreq.c | |
| parent | 37a4b7938581a4c64cf4a996a3aa8c025e448204 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/udp_usrreq.c')
| -rw-r--r-- | sys/netinet/udp_usrreq.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netinet/udp_usrreq.c b/sys/netinet/udp_usrreq.c index d808f7bfac15d..b3af066e182f5 100644 --- a/sys/netinet/udp_usrreq.c +++ b/sys/netinet/udp_usrreq.c @@ -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); |
