svn commit: r257270 - head/sys/dev/ath

Adrian Chadd adrian at freebsd.org
Tue Oct 29 02:27:20 UTC 2013


Thanks!


-adrian


On 28 October 2013 13:26, Olivier Houchard <cognet at freebsd.org> wrote:
> Author: cognet
> Date: Mon Oct 28 20:26:34 2013
> New Revision: 257270
> URL: http://svnweb.freebsd.org/changeset/base/257270
>
> Log:
>   Include <sys/ktr.h>, since we need it if ATH_DEBUG is defined.
>
> Modified:
>   head/sys/dev/ath/if_ath_tx.c
>
> Modified: head/sys/dev/ath/if_ath_tx.c
> ==============================================================================
> --- head/sys/dev/ath/if_ath_tx.c        Mon Oct 28 20:15:59 2013        (r257269)
> +++ head/sys/dev/ath/if_ath_tx.c        Mon Oct 28 20:26:34 2013        (r257270)
> @@ -59,6 +59,7 @@ __FBSDID("$FreeBSD$");
>  #include <sys/kthread.h>
>  #include <sys/taskqueue.h>
>  #include <sys/priv.h>
> +#include <sys/ktr.h>
>
>  #include <machine/bus.h>
>


More information about the svn-src-all mailing list