From owner-svn-src-all@FreeBSD.ORG Sat May 9 17:47:42 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE46D106566C; Sat, 9 May 2009 17:47:42 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id CCC518FC12; Sat, 9 May 2009 17:47:42 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n49HlgK4030006; Sat, 9 May 2009 17:47:42 GMT (envelope-from imp@svn.freebsd.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n49Hlgaf030005; Sat, 9 May 2009 17:47:42 GMT (envelope-from imp@svn.freebsd.org) Message-Id: <200905091747.n49Hlgaf030005@svn.freebsd.org> From: Warner Losh Date: Sat, 9 May 2009 17:47:42 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r191939 - head/sys/dev/asr X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 May 2009 17:47:43 -0000 Author: imp Date: Sat May 9 17:47:42 2009 New Revision: 191939 URL: http://svn.freebsd.org/changeset/base/191939 Log: Unmark the ASR Compat IOCTLs as BURN_BRIDGES, per scottl@ Modified: head/sys/dev/asr/asr.c Modified: head/sys/dev/asr/asr.c ============================================================================== --- head/sys/dev/asr/asr.c Sat May 9 16:42:57 2009 (r191938) +++ head/sys/dev/asr/asr.c Sat May 9 17:47:42 2009 (r191939) @@ -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