diff options
author | rwatson <rwatson@FreeBSD.org> | 2009-01-04 19:23:44 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2009-01-04 19:23:44 +0000 |
commit | b5a94963bbdd177bd359c87562a5c14f9cd72557 (patch) | |
tree | 5199bd6de1a8009f977c0d1e5123e60a178fc046 /share | |
parent | 2f8c83e018415ba108dc981e83e870b9c68f3946 (diff) | |
download | FreeBSD-src-b5a94963bbdd177bd359c87562a5c14f9cd72557.zip FreeBSD-src-b5a94963bbdd177bd359c87562a5c14f9cd72557.tar.gz |
Remove reference to pr_ousrreq from domain(9) since it's now gone from
struct protosw.
Submitted by: bz
MFC after: 3 weeks
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man9/domain.9 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/share/man/man9/domain.9 b/share/man/man9/domain.9 index b406d90..e868c97 100644 --- a/share/man/man9/domain.9 +++ b/share/man/man9/domain.9 @@ -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) */ |