From 143b386a80fbf83f5af1f636bc4ed2e81086685a Mon Sep 17 00:00:00 2001 From: kochi Date: Thu, 23 Mar 2006 13:45:11 +0000 Subject: [PATCH] change header location in accordance with moving ACPI-CA to sys/dist --- sys/dev/acpi/acpica/OsdMisc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/dev/acpi/acpica/OsdMisc.c b/sys/dev/acpi/acpica/OsdMisc.c index 3d6f507f639f..8b59b630a2fd 100644 --- a/sys/dev/acpi/acpica/OsdMisc.c +++ b/sys/dev/acpi/acpica/OsdMisc.c @@ -1,4 +1,4 @@ -/* $NetBSD: OsdMisc.c,v 1.1 2006/03/23 13:41:13 kochi Exp $ */ +/* $NetBSD: OsdMisc.c,v 1.2 2006/03/23 13:45:11 kochi Exp $ */ /* * Copyright 2001 Wasabi Systems, Inc. @@ -42,7 +42,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: OsdMisc.c,v 1.1 2006/03/23 13:41:13 kochi Exp $"); +__KERNEL_RCSID(0, "$NetBSD: OsdMisc.c,v 1.2 2006/03/23 13:45:11 kochi Exp $"); #include "opt_acpi.h" #include "opt_ddb.h" @@ -58,7 +58,7 @@ __KERNEL_RCSID(0, "$NetBSD: OsdMisc.c,v 1.1 2006/03/23 13:41:13 kochi Exp $"); #include #include -#include +#include /* * for debugging DSDT (try this at your own risk!): *