Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jun 2009 13:43:11 -0400
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@FreeBSD.org
Cc:        svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, John Baldwin <jhb@FreeBSD.org>
Subject:   Re: svn commit: r193306 - head/sys/dev/pci
Message-ID:  <200906031343.13661.jkim@FreeBSD.org>
In-Reply-To: <200906021235.n52CZ4BF015807@svn.freebsd.org>
References:  <200906021235.n52CZ4BF015807@svn.freebsd.org>

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



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