diff options
author | rwatson <rwatson@FreeBSD.org> | 2009-01-04 19:03:42 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2009-01-04 19:03:42 +0000 |
commit | f8180da657d4842b72beb6c542e0555d44a3c310 (patch) | |
tree | 3144e2fbf631ad7a979e35574206ad2419468c42 | |
parent | 67a76167a42f3ac5c55619559e2e17cf28549dd7 (diff) | |
download | FreeBSD-src-f8180da657d4842b72beb6c542e0555d44a3c310.zip FreeBSD-src-f8180da657d4842b72beb6c542e0555d44a3c310.tar.gz |
Remove now-unused pr_ousrreq from struct protosw. It may not have been
used since the last millenia.
-rw-r--r-- | sys/sys/protosw.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sys/protosw.h b/sys/sys/protosw.h index 30f1a4d..ff3427b 100644 --- a/sys/sys/protosw.h +++ b/sys/sys/protosw.h @@ -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) */ |