Index: fcntl.h =================================================================== RCS file: /usr/dcvs/src/sys/sys/fcntl.h,v retrieving revision 1.12 diff -u -r1.12 fcntl.h --- fcntl.h 29 Jun 2007 05:12:40 -0000 1.12 +++ fcntl.h 13 Dec 2007 11:52:53 -0000 @@ -96,7 +96,7 @@ /* Attempt to bypass the buffer cache */ #define O_DIRECT 0x00010000 -#ifdef _KERNEL +#ifdef _KERNEL_STRUCTURES #define O_ROOTCRED 0x00020000 /* fp_open */ #endif