struct ip6protosw is a copy of struct protosw, so remove pr_usrreq there

to reflect removal from struct protosw.

Spotted by:	ed
This commit is contained in:
Robert Watson 2009-01-04 21:13:51 +00:00
parent e2af94387b
commit cba318dc12
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=186750

View File

@ -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));