mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-24 07:40:52 +00:00
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:
parent
e2af94387b
commit
cba318dc12
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=186750
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user