summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6protosw.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2009-01-04 21:13:51 +0000
committerrwatson <rwatson@FreeBSD.org>2009-01-04 21:13:51 +0000
commit6db41b83137e20849a678f989eb2fcfb415119de (patch)
treee4109cad5a1d48747bab31264c41a71655d5c215 /sys/netinet6/ip6protosw.h
parentf09c7491ba5cb44e02c8c3ab1274209f025e61da (diff)
downloadFreeBSD-src-6db41b83137e20849a678f989eb2fcfb415119de.zip
FreeBSD-src-6db41b83137e20849a678f989eb2fcfb415119de.tar.gz
struct ip6protosw is a copy of struct protosw, so remove pr_usrreq there
to reflect removal from struct protosw. Spotted by: ed
Diffstat (limited to 'sys/netinet6/ip6protosw.h')
-rw-r--r--sys/netinet6/ip6protosw.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/netinet6/ip6protosw.h b/sys/netinet6/ip6protosw.h
index 1968959..2a7cea4 100644
--- a/sys/netinet6/ip6protosw.h
+++ b/sys/netinet6/ip6protosw.h
@@ -126,11 +126,6 @@ struct ip6protosw {
int (*pr_ctloutput) /* control output (from above) */
__P((struct socket *, struct sockopt *));
-/* user-protocol hook */
- int (*pr_usrreq) /* user request: see list below */
- __P((struct socket *, int, struct mbuf *,
- struct mbuf *, struct mbuf *, struct thread *));
-
/* utility hooks */
void (*pr_init) /* initialization hook */
__P((void));
OpenPOWER on IntegriCloud