Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Jan 2011 02:53:32 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        cvs-src-old@freebsd.org
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 ...
Message-ID:  <201101210253.p0L2rpjX077302@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101210253.p0L2rpjX077302>