Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/acpi Oops, remove a debugging define.



details:   https://anonhg.NetBSD.org/src/rev/ef200d61a24b
branches:  trunk
changeset: 545854:ef200d61a24b
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Apr 17 01:26:41 2003 +0000

description:
Oops, remove a debugging define.

diffstat:

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

diffs (19 lines):

diff -r 8aa45bda47fc -r ef200d61a24b sys/dev/acpi/acpi_button.c
--- a/sys/dev/acpi/acpi_button.c        Thu Apr 17 01:22:21 2003 +0000
+++ b/sys/dev/acpi/acpi_button.c        Thu Apr 17 01:26:41 2003 +0000
@@ -1,5 +1,4 @@
-#define ACPI_BUT_DEBUG
-/*     $NetBSD: acpi_button.c,v 1.7 2003/04/17 01:22:21 thorpej Exp $  */
+/*     $NetBSD: acpi_button.c,v 1.8 2003/04/17 01:26:41 thorpej Exp $  */
 
 /*
  * Copyright 2001, 2003 Wasabi Systems, Inc.
@@ -41,7 +40,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: acpi_button.c,v 1.7 2003/04/17 01:22:21 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: acpi_button.c,v 1.8 2003/04/17 01:26:41 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>



Home | Main Index | Thread Index | Old Index