svn commit: r186748 - head/share/man/man9

Robert Watson rwatson at FreeBSD.org
Sun Jan 4 11:23:45 PST 2009


Author: rwatson
Date: Sun Jan  4 19:23:44 2009
New Revision: 186748
URL: http://svn.freebsd.org/changeset/base/186748

Log:
  Remove reference to pr_ousrreq from domain(9) since it's now gone from
  struct protosw.
  
  Submitted by:	bz
  MFC after:	3 weeks

Modified:
  head/share/man/man9/domain.9

Modified: head/share/man/man9/domain.9
==============================================================================
--- head/share/man/man9/domain.9	Sun Jan  4 19:22:53 2009	(r186747)
+++ head/share/man/man9/domain.9	Sun Jan  4 19:23:44 2009	(r186748)
@@ -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) */


More information about the svn-src-head mailing list