svn commit: r242853 - head/sys/dev/ath
Kevin Lo
kevlo at FreeBSD.org
Sat Nov 10 08:34:41 UTC 2012
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
More information about the svn-src-all
mailing list