From a76eb9e4d13cf47aeb9ea9514ccac386f01b76fc Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 10 Aug 2005 06:41:04 +0000 Subject: Match IPv6 and use a static struct pr_usrreqs nousrreqs. --- sys/sys/protosw.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/sys/protosw.h') diff --git a/sys/sys/protosw.h b/sys/sys/protosw.h index d93e452..e227ea3 100644 --- a/sys/sys/protosw.h +++ b/sys/sys/protosw.h @@ -242,10 +242,8 @@ struct pr_usrreqs { }; /* - * The dummy protocol specific user requests function pointer array is - * initialized to the functions below. All functions return EOPNOTSUPP. + * below. All functions return EOPNOTSUPP. */ -extern struct pr_usrreqs nousrreqs; int pru_abort_notsupp(struct socket *so); int pru_accept_notsupp(struct socket *so, struct sockaddr **nam); -- cgit v1.1