From owner-svn-src-all@FreeBSD.ORG Wed Jun 3 17:43:24 2009 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id 4B6AA1065673; Wed, 3 Jun 2009 17:43:24 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: src-committers@FreeBSD.org Date: Wed, 3 Jun 2009 13:43:11 -0400 User-Agent: KMail/1.6.2 References: <200906021235.n52CZ4BF015807@svn.freebsd.org> In-Reply-To: <200906021235.n52CZ4BF015807@svn.freebsd.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200906031343.13661.jkim@FreeBSD.org> Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, John Baldwin Subject: Re: svn commit: r193306 - head/sys/dev/pci X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Jun 2009 17:43:25 -0000 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 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 ... #include ... #include ... #ifdef _KERNEL ... #include Jung-uk Kim