diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2009-01-04 21:13:51 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2009-01-04 21:13:51 +0000 |
| commit | cba318dc12941acee81c31b05fe6eeb9cdd57f76 (patch) | |
| tree | e4109cad5a1d48747bab31264c41a71655d5c215 /sys | |
| parent | e2af94387b38593267480c345b490b2ad2d96a20 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/netinet6/ip6protosw.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/netinet6/ip6protosw.h b/sys/netinet6/ip6protosw.h index 19689592a500..2a7cea404add 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)); |
