diff options
author | rwatson <rwatson@FreeBSD.org> | 2004-08-18 03:13:16 +0000 |
---|---|---|
committer | rwatson <rwatson@FreeBSD.org> | 2004-08-18 03:13:16 +0000 |
commit | 178ae6f705109b7bc70b51e049060b5ed526da3f (patch) | |
tree | 826f5b1d6abd83c190427bb8b4df065bf69b68ea | |
parent | b790600a0088581ca0fef5683512b32947d7c659 (diff) | |
download | FreeBSD-src-178ae6f705109b7bc70b51e049060b5ed526da3f.zip FreeBSD-src-178ae6f705109b7bc70b51e049060b5ed526da3f.tar.gz |
We're not yet ready for BURN_BRIDGES to break the build, as
BURN_BRIDGES won't be removed for a bit yet. Fix more of the
build in HEAD.
-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> |