svn commit: r193306 - head/sys/dev/pci

Jung-uk Kim jkim at FreeBSD.org
Wed Jun 3 17:43:25 UTC 2009


On Tuesday 02 June 2009 08:35 am, John Baldwin wrote:
> Author: jhb
> Date: Tue Jun  2 12:35:04 2009
> New Revision: 193306
> URL: http://svn.freebsd.org/changeset/base/193306
>
> Log:
>   Include <machine/stdarg.h> for va_*().  I'm not sure how this
> compiled on amd64 without this.

I am working on importing ACPICA 20090521 and bitten by this because 
the project tree was copied before this change. :-( Basically, what's 
happening was:

#ifdef __HAVE_ACPI
...
#include <contrib/dev/acpica/acpi.h>
...
#include <contrib/dev/acpica/acenv.h>
...
#include <contrib/dev/acpica/acfreebsd.h>
...
#ifdef _KERNEL
...
#include <machine/stdarg.h>

Jung-uk Kim


More information about the svn-src-head mailing list