summaryrefslogtreecommitdiffstats
path: root/sys/netipx/ipx_pcb.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netipx/ipx_pcb.h')
-rw-r--r--sys/netipx/ipx_pcb.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netipx/ipx_pcb.h b/sys/netipx/ipx_pcb.h
index 13bd9f9..482f812 100644
--- a/sys/netipx/ipx_pcb.h
+++ b/sys/netipx/ipx_pcb.h
@@ -83,11 +83,11 @@ struct ipxpcb {
extern struct ipxpcb ipxpcb; /* head of list */
int ipx_pcballoc __P((struct socket *so, struct ipxpcb *head,
- struct proc *p));
+ struct thread *p));
int ipx_pcbbind __P((struct ipxpcb *ipxp, struct sockaddr *nam,
- struct proc *p));
+ struct thread *p));
int ipx_pcbconnect __P((struct ipxpcb *ipxp, struct sockaddr *nam,
- struct proc *p));
+ struct thread *p));
void ipx_pcbdetach __P((struct ipxpcb *ipxp));
void ipx_pcbdisconnect __P((struct ipxpcb *ipxp));
struct ipxpcb *
OpenPOWER on IntegriCloud