Remove now-unused pr_ousrreq from struct protosw. It may not have been

used since the last millenia.
This commit is contained in:
Robert Watson 2009-01-04 19:03:42 +00:00
parent 178e776169
commit 15d657fda7

View File

@ -89,8 +89,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) */