summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/udp6_usrreq.c
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-03-27 20:41:32 +0000
committerpjd <pjd@FreeBSD.org>2004-03-27 20:41:32 +0000
commit02bc13377989c8a404cdeacd93dd1dabc710c44a (patch)
tree2af623e61196a6de24e984405e2087958e9f5f97 /sys/netinet6/udp6_usrreq.c
parentb41d925167717d0521d046c8ed82094f3d546f53 (diff)
downloadFreeBSD-src-02bc13377989c8a404cdeacd93dd1dabc710c44a.zip
FreeBSD-src-02bc13377989c8a404cdeacd93dd1dabc710c44a.tar.gz
Remove unused argument.
Reviewed by: ume
Diffstat (limited to 'sys/netinet6/udp6_usrreq.c')
-rw-r--r--sys/netinet6/udp6_usrreq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/udp6_usrreq.c b/sys/netinet6/udp6_usrreq.c
index 530446e..780b917 100644
--- a/sys/netinet6/udp6_usrreq.c
+++ b/sys/netinet6/udp6_usrreq.c
@@ -526,7 +526,7 @@ udp6_attach(struct socket *so, int proto, struct thread *td)
return error;
}
s = splnet();
- error = in_pcballoc(so, &udbinfo, td, "udp6inp");
+ error = in_pcballoc(so, &udbinfo, "udp6inp");
splx(s);
if (error)
return error;
OpenPOWER on IntegriCloud