diff options
author | imp <imp@FreeBSD.org> | 2009-05-09 17:47:42 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2009-05-09 17:47:42 +0000 |
commit | 11700d839b55c1904f111a054c18b3ba53a9a98c (patch) | |
tree | 5d51eb7e98d6f4737372678495d6b8412126ab09 /sys/dev/asr/asr.c | |
parent | 103b22657064918de66c02d303ff8aa8cd3e8e66 (diff) | |
download | FreeBSD-src-11700d839b55c1904f111a054c18b3ba53a9a98c.zip FreeBSD-src-11700d839b55c1904f111a054c18b3ba53a9a98c.tar.gz |
Unmark the ASR Compat IOCTLs as BURN_BRIDGES, per scottl@
Diffstat (limited to 'sys/dev/asr/asr.c')
-rw-r--r-- | sys/dev/asr/asr.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/asr/asr.c b/sys/dev/asr/asr.c index 8cda0a9..2bc5e22 100644 --- a/sys/dev/asr/asr.c +++ b/sys/dev/asr/asr.c @@ -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> |