Unmark the ASR Compat IOCTLs as BURN_BRIDGES, per scottl@

This commit is contained in:
Warner Losh 2009-05-09 17:47:42 +00:00
parent ba521305e8
commit ec54a3a337
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=191939

View File

@ -142,11 +142,9 @@
#include "opt_asr.h"
#include <i386/include/cputypes.h>
#ifndef BURN_BRIDGES
#if defined(ASR_COMPAT)
#define ASR_IOCTL_COMPAT
#endif /* ASR_COMPAT */
#endif /* !BURN_BRIDGES */
#endif
#include <machine/vmparam.h>