summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/in6_pcb.h
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2008-11-26 20:52:26 +0000
committerbz <bz@FreeBSD.org>2008-11-26 20:52:26 +0000
commitb089198d311e48209a35dd338ec0ece2b7dfc1c1 (patch)
treea118151fdb94beb969e478947db8088a52d8e2e5 /sys/netinet6/in6_pcb.h
parent8bceebfbc257829c779091c6b897b6834b85c57a (diff)
downloadFreeBSD-src-b089198d311e48209a35dd338ec0ece2b7dfc1c1.zip
FreeBSD-src-b089198d311e48209a35dd338ec0ece2b7dfc1c1.tar.gz
Remove in6_pcbdetach() as it is exactly the same function
as in_pcbdetach() and we don't need the code twice. Reviewed by: rwatson MFC after: 6 weeks (*) (*) possibly need to leave a stub wrapper in 7 to keep the symbol.
Diffstat (limited to 'sys/netinet6/in6_pcb.h')
-rw-r--r--sys/netinet6/in6_pcb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet6/in6_pcb.h b/sys/netinet6/in6_pcb.h
index c1e2107..c76f9f1 100644
--- a/sys/netinet6/in6_pcb.h
+++ b/sys/netinet6/in6_pcb.h
@@ -73,7 +73,6 @@ void in6_pcbpurgeif0 __P((struct inpcbinfo *, struct ifnet *));
void in6_losing __P((struct inpcb *));
int in6_pcbbind __P((struct inpcb *, struct sockaddr *, struct ucred *));
int in6_pcbconnect __P((struct inpcb *, struct sockaddr *, struct ucred *));
-void in6_pcbdetach __P((struct inpcb *));
void in6_pcbdisconnect __P((struct inpcb *));
void in6_pcbfree __P((struct inpcb *));
int in6_pcbladdr __P((struct inpcb *, struct sockaddr *,
OpenPOWER on IntegriCloud