Remove reference to pr_ousrreq from domain(9) since it's now gone from
struct protosw. Submitted by: bz MFC after: 3 weeks
This commit is contained in:
parent
fdef61da21
commit
f38d120723
@ -94,8 +94,6 @@ struct protosw {
|
||||
pr_output_t *pr_output; /* output to protocol (from above) */
|
||||
pr_ctlinput_t *pr_ctlinput; /* control input (from below) */
|
||||
pr_ctloutput_t *pr_ctloutput; /* control output (from above) */
|
||||
/* user-protocol hook */
|
||||
pr_usrreq_t *pr_ousrreq;
|
||||
/* utility hooks */
|
||||
pr_init_t *pr_init;
|
||||
pr_fasttimo_t *pr_fasttimo; /* fast timeout (200ms) */
|
||||
|
Loading…
Reference in New Issue
Block a user