Description: type definitions must respect _GNU_SOURCE Index: b/usr/src/uts/common/sys/types.h =================================================================== --- a/usr/src/uts/common/sys/types.h 2014-03-01 22:56:13.834286748 +0400 +++ b/usr/src/uts/common/sys/types.h 2014-03-01 22:56:16.049081151 +0400 @@ -30,7 +30,12 @@ #ifndef _SYS_TYPES_H #define _SYS_TYPES_H +#if !defined(_KERNEL) && !defined(_BOOT) +#include +#else #include +#endif + #include /*