svn commit: r186745 - head/sys/sys

Robert Watson rwatson at FreeBSD.org
Sun Jan 4 11:03:43 PST 2009


Author: rwatson
Date: Sun Jan  4 19:03:42 2009
New Revision: 186745
URL: http://svn.freebsd.org/changeset/base/186745

Log:
  Remove now-unused pr_ousrreq from struct protosw.  It may not have been
  used since the last millenia.

Modified:
  head/sys/sys/protosw.h

Modified: head/sys/sys/protosw.h
==============================================================================
--- head/sys/sys/protosw.h	Sun Jan  4 18:18:59 2009	(r186744)
+++ head/sys/sys/protosw.h	Sun Jan  4 19:03:42 2009	(r186745)
@@ -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) */


More information about the svn-src-all mailing list