diff options
-rw-r--r-- | sys/sys/param.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h index add8a6c..60eea51 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -83,10 +83,12 @@ /* More types and definitions used throughout the kernel. */ #ifdef _KERNEL +#if 0 #if (defined(BURN_BRIDGES) || __FreeBSD_version >= 600000) \ && defined(OBSOLETE_IN_6) #error "This file contains obsolete code to be removed in 6.0-current" #endif +#endif #include <sys/cdefs.h> #include <sys/errno.h> #include <sys/time.h> |