From 15d657fda767ff52bc823de2bec8975abdbc2a17 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sun, 4 Jan 2009 19:03:42 +0000 Subject: [PATCH] Remove now-unused pr_ousrreq from struct protosw. It may not have been used since the last millenia. --- sys/sys/protosw.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/sys/protosw.h b/sys/sys/protosw.h index 30f1a4df8d9..ff3427bb053 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) */