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:
parent
0f48e25b63
commit
9b5eb298fc
@ -83,10 +83,12 @@
|
|||||||
|
|
||||||
/* More types and definitions used throughout the kernel. */
|
/* More types and definitions used throughout the kernel. */
|
||||||
#ifdef _KERNEL
|
#ifdef _KERNEL
|
||||||
|
#if 0
|
||||||
#if (defined(BURN_BRIDGES) || __FreeBSD_version >= 600000) \
|
#if (defined(BURN_BRIDGES) || __FreeBSD_version >= 600000) \
|
||||||
&& defined(OBSOLETE_IN_6)
|
&& defined(OBSOLETE_IN_6)
|
||||||
#error "This file contains obsolete code to be removed in 6.0-current"
|
#error "This file contains obsolete code to be removed in 6.0-current"
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
#include <sys/cdefs.h>
|
#include <sys/cdefs.h>
|
||||||
#include <sys/errno.h>
|
#include <sys/errno.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user