Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/acpi make it compile with ACPI_DEBUG



details:   https://anonhg.NetBSD.org/src/rev/5a5f220e6c72
branches:  trunk
changeset: 532967:5a5f220e6c72
user:      drochner <drochner%NetBSD.org@localhost>
date:      Tue Jun 18 10:26:15 2002 +0000

description:
make it compile with ACPI_DEBUG

diffstat:

 sys/dev/acpi/acpi.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r 067c9ef8636c -r 5a5f220e6c72 sys/dev/acpi/acpi.c
--- a/sys/dev/acpi/acpi.c       Tue Jun 18 09:59:47 2002 +0000
+++ b/sys/dev/acpi/acpi.c       Tue Jun 18 10:26:15 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: acpi.c,v 1.10 2002/06/18 08:09:21 tshiozak Exp $       */
+/*     $NetBSD: acpi.c,v 1.11 2002/06/18 10:26:15 drochner Exp $       */
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi.c,v 1.10 2002/06/18 08:09:21 tshiozak Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi.c,v 1.11 2002/06/18 10:26:15 drochner Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -787,5 +787,5 @@
                break;
        }
 
-       return_ACPI_STATUS(ret);
+       return (ret);
 }



Home | Main Index | Thread Index | Old Index