summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_pcb.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/netinet/in_pcb.c
parentb41d925167717d0521d046c8ed82094f3d546f53 (diff)
downloadFreeBSD-src-02bc13377989c8a404cdeacd93dd1dabc710c44a.zip
FreeBSD-src-02bc13377989c8a404cdeacd93dd1dabc710c44a.tar.gz
Remove unused argument.
Reviewed by: ume
Diffstat (limited to 'sys/netinet/in_pcb.c')
-rw-r--r--sys/netinet/in_pcb.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c
index 0591dd4..c6e2ace 100644
--- a/sys/netinet/in_pcb.c
+++ b/sys/netinet/in_pcb.c
@@ -155,10 +155,9 @@ SYSCTL_INT(_net_inet_ip_portrange, OID_AUTO, reservedlow,
* Allocate a PCB and associate it with the socket.
*/
int
-in_pcballoc(so, pcbinfo, td, type)
+in_pcballoc(so, pcbinfo, type)
struct socket *so;
struct inpcbinfo *pcbinfo;
- struct thread *td;
const char *type;
{
register struct inpcb *inp;
OpenPOWER on IntegriCloud