Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Jan 2009 19:03:43 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r186745 - head/sys/sys
Message-ID:  <200901041903.n04J3hNs071797@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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) */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901041903.n04J3hNs071797>