From owner-cvs-src-old@FreeBSD.ORG Fri Jan 21 02:53:51 2011 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF2081065695 for ; Fri, 21 Jan 2011 02:53:51 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 99CD28FC15 for ; Fri, 21 Jan 2011 02:53:51 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p0L2rpVY077303 for ; Fri, 21 Jan 2011 02:53:51 GMT (envelope-from adrian@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p0L2rpjX077302 for cvs-src-old@freebsd.org; Fri, 21 Jan 2011 02:53:51 GMT (envelope-from adrian@repoman.freebsd.org) Message-Id: <201101210253.p0L2rpjX077302@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to adrian@repoman.freebsd.org using -f From: Adrian Chadd Date: Fri, 21 Jan 2011 02:53:32 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/tools/tools/ath Makefile.inc src/tools/tools/ath/athdebug athdebug.c src/tools/tools/ath/athdecode main.c src/tools/tools/ath/athprom athprom.c src/tools/tools/ath/athrd athrd.c src/tools/tools/ath/athregs dumpregs.c ... X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jan 2011 02:53:51 -0000 adrian 2011-01-21 02:53:32 UTC FreeBSD src repository Modified files: tools/tools/ath Makefile.inc tools/tools/ath/athdebug athdebug.c tools/tools/ath/athdecode main.c tools/tools/ath/athprom athprom.c tools/tools/ath/athrd athrd.c tools/tools/ath/athregs dumpregs.c tools/tools/ath/athstats athstats.c main.c Log: SVN rev 217680 on 2011-01-21 02:53:32Z by adrian Make the existing ath tools build again. * add missing includes to quieten warnings * fix an inline function decl to have a return type * since .h files are created during the build (opt_ah.h, ah_osdep.h) which modify the behaviour of the HAL include/source files, include OBJDIR in the path so the #include's work. The tools should now build when the directory is added to LOCAL_DIRS during a make buildworld. Revision Changes Path 1.4 +1 -0 src/tools/tools/ath/Makefile.inc 1.7 +4 -0 src/tools/tools/ath/athdebug/athdebug.c 1.3 +2 -0 src/tools/tools/ath/athdecode/main.c 1.2 +1 -0 src/tools/tools/ath/athprom/athprom.c 1.3 +1 -0 src/tools/tools/ath/athrd/athrd.c 1.2 +2 -1 src/tools/tools/ath/athregs/dumpregs.c 1.16 +10 -2 src/tools/tools/ath/athstats/athstats.c 1.9 +1 -0 src/tools/tools/ath/athstats/main.c