From da6950d406adb655fddecf6b2b8077a64e0a8d8d Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 4 Feb 2009 12:52:22 +0000 Subject: [PATCH] Remove #define KERNEL, #define _KERNEL. --- cpukit/libcsupport/include/sys/ioccom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpukit/libcsupport/include/sys/ioccom.h b/cpukit/libcsupport/include/sys/ioccom.h index ed1fe8bc86..1a7fd27ef7 100644 --- a/cpukit/libcsupport/include/sys/ioccom.h +++ b/cpukit/libcsupport/include/sys/ioccom.h @@ -86,7 +86,7 @@ #define FIOSETOWN _IOW('f', 124, int) /* set owner */ #define FIOGETOWN _IOR('f', 123, int) /* get owner */ -#ifndef KERNEL +#ifndef _KERNEL #include