Remove #define KERNEL, #define _KERNEL.

This commit is contained in:
Ralf Corsepius
2009-02-04 12:52:22 +00:00
parent d78cd7e568
commit da6950d406

View File

@@ -86,7 +86,7 @@
#define FIOSETOWN _IOW('f', 124, int) /* set owner */ #define FIOSETOWN _IOW('f', 124, int) /* set owner */
#define FIOGETOWN _IOR('f', 123, int) /* get owner */ #define FIOGETOWN _IOR('f', 123, int) /* get owner */
#ifndef KERNEL #ifndef _KERNEL
#include <rtems/bsd/sys/cdefs.h> #include <rtems/bsd/sys/cdefs.h>