--- trunk/src/include/errno_freebsd.h 2007/10/08 16:22:32 42 +++ trunk/src/include/errno_freebsd.h 2007/10/08 16:22:56 44 @@ -38,6 +38,7 @@ #ifndef _SYS_ERRNO_H_ #define _SYS_ERRNO_H_ +#if 0 #ifndef _KERNEL #include __BEGIN_DECLS @@ -45,6 +46,7 @@ __END_DECLS #define errno (* __error()) #endif +#endif #define FREEBSD_EPERM 1 /* Operation not permitted */ #define FREEBSD_ENOENT 2 /* No such file or directory */