Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/ia64/stand/ia64/ski Fix build failure.



details:   https://anonhg.NetBSD.org/src/rev/58fa2cd5ab3c
branches:  trunk
changeset: 748914:58fa2cd5ab3c
user:      kiyohara <kiyohara%NetBSD.org@localhost>
date:      Tue Nov 10 11:14:48 2009 +0000

description:
Fix build failure.
  acpi.h moves to external/intel-public/acpica/dist/include/.

diffstat:

 sys/arch/ia64/stand/ia64/ski/acpi_stub.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ce781d685680 -r 58fa2cd5ab3c sys/arch/ia64/stand/ia64/ski/acpi_stub.c
--- a/sys/arch/ia64/stand/ia64/ski/acpi_stub.c  Tue Nov 10 10:24:50 2009 +0000
+++ b/sys/arch/ia64/stand/ia64/ski/acpi_stub.c  Tue Nov 10 11:14:48 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: acpi_stub.c,v 1.4 2008/07/30 11:57:24 cherry Exp $     */
+/*     $NetBSD: acpi_stub.c,v 1.5 2009/11/10 11:14:48 kiyohara Exp $   */
 
 /*-
  * Copyright (c) 2003 Marcel Moolenaar
@@ -34,7 +34,7 @@
 
 #include <sys/types.h>
 #include <sys/lock.h>
-#include <dist/acpica/acpi.h>
+#include <external/intel-public/acpica/dist/include/acpi.h>
 
 #define APIC_IO_SAPIC                   6
 #define APIC_LOCAL_SAPIC                7



Home | Main Index | Thread Index | Old Index