diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-12-29 04:46:21 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-12-29 04:46:21 +0000 |
| commit | 664a31e4967a61ec61870f45adc2f1400617993e (patch) | |
| tree | f6e6a9488aad27e9b1298da3083e214c1c209505 /sys/netipx/ipx_pcb.h | |
| parent | a0b57fb738b797a1aa540b8360260b19b6470bc4 (diff) | |
Notes
Diffstat (limited to 'sys/netipx/ipx_pcb.h')
| -rw-r--r-- | sys/netipx/ipx_pcb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netipx/ipx_pcb.h b/sys/netipx/ipx_pcb.h index 366f6c1c4f9c..13bd9f9ee322 100644 --- a/sys/netipx/ipx_pcb.h +++ b/sys/netipx/ipx_pcb.h @@ -79,7 +79,7 @@ struct ipxpcb { #define IPXSNDQ 16384 #define IPXRCVQ 40960 -#ifdef KERNEL +#ifdef _KERNEL extern struct ipxpcb ipxpcb; /* head of list */ int ipx_pcballoc __P((struct socket *so, struct ipxpcb *head, @@ -96,6 +96,6 @@ void ipx_pcbnotify __P((struct ipx_addr *dst, int errno, void (*notify)(struct ipxpcb *), long param)); void ipx_setpeeraddr __P((struct ipxpcb *ipxp, struct sockaddr **nam)); void ipx_setsockaddr __P((struct ipxpcb *ipxp, struct sockaddr **nam)); -#endif /* KERNEL */ +#endif /* _KERNEL */ #endif /* !_NETIPX_IPX_PCB_H_ */ |
