From ec54a3a337eb89b4023d9d915a97a527e65fa633 Mon Sep 17 00:00:00 2001 From: Warner Losh 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 8cda0a953e4..2bc5e227724 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