From 11700d839b55c1904f111a054c18b3ba53a9a98c Mon Sep 17 00:00:00 2001 From: imp Date: Sat, 9 May 2009 17:47:42 +0000 Subject: [PATCH] Unmark the ASR Compat IOCTLs as BURN_BRIDGES, per scottl@ --- sys/dev/asr/asr.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/dev/asr/asr.c b/sys/dev/asr/asr.c index 8cda0a953e46..2bc5e2277246 100644 --- a/sys/dev/asr/asr.c +++ b/sys/dev/asr/asr.c @@ -142,11 +142,9 @@ #include "opt_asr.h" #include -#ifndef BURN_BRIDGES #if defined(ASR_COMPAT) #define ASR_IOCTL_COMPAT #endif /* ASR_COMPAT */ -#endif /* !BURN_BRIDGES */ #endif #include