From dc28f16d8ee251f2510631cfa4e043bbe4a82a8b Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 20 Apr 2004 12:28:19 +0000 Subject: Use -D_KERNEL instead of -DKERNEL for greater FreeBSD compliance. --- cpukit/libnetworking/sys/rtprio.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/libnetworking/sys/rtprio.h') diff --git a/cpukit/libnetworking/sys/rtprio.h b/cpukit/libnetworking/sys/rtprio.h index dd9521e7c8..843cf8cd1f 100644 --- a/cpukit/libnetworking/sys/rtprio.h +++ b/cpukit/libnetworking/sys/rtprio.h @@ -60,11 +60,11 @@ struct rtprio { }; #endif -#ifndef KERNEL +#ifndef _KERNEL #include __BEGIN_DECLS int rtprio __P((int, pid_t, struct rtprio *)); __END_DECLS -#endif /* !KERNEL */ +#endif /* !_KERNEL */ #endif /* !_SYS_RTPRIO_H_ */ -- cgit v1.2.3