diff options
| author | Julian Elischer <julian@FreeBSD.org> | 2001-09-12 08:38:13 +0000 |
|---|---|---|
| committer | Julian Elischer <julian@FreeBSD.org> | 2001-09-12 08:38:13 +0000 |
| commit | b40ce4165d5eb3a5de1515245055350ae3dbab8e (patch) | |
| tree | b1a19fcdf05759281fab0d89efb13f0fdf42102e /sys/netipx/ipx_pcb.h | |
| parent | 9b36a30ee46a7766f269fe832ef3a2daa2ec04f0 (diff) | |
Notes
Diffstat (limited to 'sys/netipx/ipx_pcb.h')
| -rw-r--r-- | sys/netipx/ipx_pcb.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netipx/ipx_pcb.h b/sys/netipx/ipx_pcb.h index 13bd9f9ee3226..482f812a75d89 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 * |
