From owner-svn-src-all@FreeBSD.ORG Sat Nov 10 08:34:41 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 43B8E124; Sat, 10 Nov 2012 08:34:41 +0000 (UTC) (envelope-from kevlo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 28DB68FC13; Sat, 10 Nov 2012 08:34:41 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qAA8Yf70064267; Sat, 10 Nov 2012 08:34:41 GMT (envelope-from kevlo@svn.freebsd.org) Received: (from kevlo@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qAA8YfGS064265; Sat, 10 Nov 2012 08:34:41 GMT (envelope-from kevlo@svn.freebsd.org) Message-Id: <201211100834.qAA8YfGS064265@svn.freebsd.org> From: Kevin Lo Date: Sat, 10 Nov 2012 08:34:40 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r242853 - head/sys/dev/ath X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 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, 10 Nov 2012 08:34:41 -0000 Author: kevlo Date: Sat Nov 10 08:34:40 2012 New Revision: 242853 URL: http://svnweb.freebsd.org/changeset/base/242853 Log: Fix the build. Modified: head/sys/dev/ath/if_athvar.h Modified: head/sys/dev/ath/if_athvar.h ============================================================================== --- head/sys/dev/ath/if_athvar.h Sat Nov 10 07:02:57 2012 (r242852) +++ head/sys/dev/ath/if_athvar.h Sat Nov 10 08:34:40 2012 (r242853) @@ -774,7 +774,7 @@ struct ath_softc { struct task sc_dfstask; /* DFS processing task */ /* ALQ */ -#ifdef ATH_DEBUG +#ifdef ATH_DEBUG_ALQ struct if_ath_alq sc_alq; #endif