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.
This commit is contained in:
Robert Watson 2004-08-18 03:13:16 +00:00
parent 0f48e25b63
commit 9b5eb298fc

View File

@ -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>