aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/protosw.h
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2009-01-04 19:03:42 +0000
committerRobert Watson <rwatson@FreeBSD.org>2009-01-04 19:03:42 +0000
commit15d657fda767ff52bc823de2bec8975abdbc2a17 (patch)
tree3144e2fbf631ad7a979e35574206ad2419468c42 /sys/sys/protosw.h
parent178e77616902d2c65b469c2eac1c4de4f0ba02b2 (diff)
downloadsrc-15d657fda767ff52bc823de2bec8975abdbc2a17.tar.gz
src-15d657fda767ff52bc823de2bec8975abdbc2a17.zip
Remove now-unused pr_ousrreq from struct protosw. It may not have been
used since the last millenia.
Notes
Notes: svn path=/head/; revision=186745
Diffstat (limited to 'sys/sys/protosw.h')
-rw-r--r--sys/sys/protosw.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sys/protosw.h b/sys/sys/protosw.h
index 30f1a4df8d9f..ff3427bb053b 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) */