summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6protosw.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet6/ip6protosw.h')
-rw-r--r--sys/netinet6/ip6protosw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/ip6protosw.h b/sys/netinet6/ip6protosw.h
index c2f38fc..541402b 100644
--- a/sys/netinet6/ip6protosw.h
+++ b/sys/netinet6/ip6protosw.h
@@ -85,7 +85,7 @@ struct mbuf;
struct sockaddr;
struct socket;
struct domain;
-struct proc;
+struct thread;
struct ip6_hdr;
struct icmp6_hdr;
struct in6_addr;
@@ -140,7 +140,7 @@ struct ip6protosw {
/* user-protocol hook */
int (*pr_usrreq) /* user request: see list below */
__P((struct socket *, int, struct mbuf *,
- struct mbuf *, struct mbuf *, struct proc *));
+ struct mbuf *, struct mbuf *, struct thread *));
/* utility hooks */
void (*pr_init) /* initialization hook */
OpenPOWER on IntegriCloud