diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-06-12 04:44:15 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-06-12 04:44:15 +0000 |
| commit | e7a945f389196fcb114d25f7a1dd1369d94fb0d8 (patch) | |
| tree | 4f15315e61028fab06441d23c2c21c12c76310d0 /sys | |
| parent | 7b22d083fffa276bd0cfac0212d4a7be854d1a7c (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/sys/param.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h index 85890edd304e1..6c796abd963b0 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -89,6 +89,10 @@ /* More types and definitions used throughout the kernel. */ #ifdef _KERNEL +#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 #include <sys/cdefs.h> #include <sys/errno.h> #include <sys/time.h> |
