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

John Baldwin jhb at FreeBSD.org
Tue Jun 2 12:35:05 UTC 2009


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.

Modified:
  head/sys/dev/pci/pci.c

Modified: head/sys/dev/pci/pci.c
==============================================================================
--- head/sys/dev/pci/pci.c	Tue Jun  2 09:58:17 2009	(r193305)
+++ head/sys/dev/pci/pci.c	Tue Jun  2 12:35:04 2009	(r193306)
@@ -51,6 +51,7 @@ __FBSDID("$FreeBSD$");
 #include <machine/bus.h>
 #include <sys/rman.h>
 #include <machine/resource.h>
+#include <machine/stdarg.h>
 
 #if defined(__i386__) || defined(__amd64__)
 #include <machine/intr_machdep.h>


More information about the svn-src-head mailing list