From 5f396e4dfe6c93d5138b6ae4de30346c6fca5ee0 Mon Sep 17 00:00:00 2001 From: ume Date: Thu, 9 Oct 2003 16:13:47 +0000 Subject: - typo in comment - style - ANSIfy (there is no functional change.) Obtained from: KAME --- sys/netinet6/udp6_usrreq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netinet6/udp6_usrreq.c') diff --git a/sys/netinet6/udp6_usrreq.c b/sys/netinet6/udp6_usrreq.c index 3bb2f9f..8a78fb4 100644 --- a/sys/netinet6/udp6_usrreq.c +++ b/sys/netinet6/udp6_usrreq.c @@ -286,7 +286,7 @@ udp6_input(mp, offp, proto) || last->in6p_socket->so_options & SO_TIMESTAMP) ip6_savecontrol(last, &opts, ip6, n); - + m_adj(n, off + sizeof(struct udphdr)); if (sbappendaddr(&last->in6p_socket->so_rcv, (struct sockaddr *)&udp_in6, -- cgit v1.1