aboutsummaryrefslogtreecommitdiff
path: root/sys/netipx/spx.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netipx/spx.h')
-rw-r--r--sys/netipx/spx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netipx/spx.h b/sys/netipx/spx.h
index 6fca28a17d7a..0cf9829d927b 100644
--- a/sys/netipx/spx.h
+++ b/sys/netipx/spx.h
@@ -167,7 +167,7 @@ struct spxpcb {
#define ipxtospxpcb(np) ((struct spxpcb *)(np)->ipxp_pcb)
#define sotospxpcb(so) (ipxtospxpcb(sotoipxpcb(so)))
-#ifdef KERNEL
+#ifdef _KERNEL
extern struct pr_usrreqs spx_usrreqs;
extern struct pr_usrreqs spx_usrreq_sps;
@@ -179,6 +179,6 @@ void spx_init __P((void));
void spx_input __P((struct mbuf *m, struct ipxpcb *ipxp));
void spx_slowtimo __P((void));
-#endif /* KERNEL */
+#endif /* _KERNEL */
#endif /* !_NETIPX_SPX_H_ */