Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/acpi/wmi Fix build failure.
details: https://anonhg.NetBSD.org/src/rev/79664d2f18ee
branches: trunk
changeset: 758194:79664d2f18ee
user: jruoho <jruoho%NetBSD.org@localhost>
date: Mon Oct 25 15:38:05 2010 +0000
description:
Fix build failure.
diffstat:
sys/dev/acpi/wmi/wmi_acpi.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 9f7bf3a227b7 -r 79664d2f18ee sys/dev/acpi/wmi/wmi_acpi.c
--- a/sys/dev/acpi/wmi/wmi_acpi.c Mon Oct 25 08:19:47 2010 +0000
+++ b/sys/dev/acpi/wmi/wmi_acpi.c Mon Oct 25 15:38:05 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wmi_acpi.c,v 1.9 2010/10/24 18:26:29 jmcneill Exp $ */
+/* $NetBSD: wmi_acpi.c,v 1.10 2010/10/25 15:38:05 jruoho Exp $ */
/*-
* Copyright (c) 2009, 2010 Jukka Ruohonen <jruohonen%iki.fi@localhost>
@@ -27,7 +27,7 @@
* SUCH DAMAGE.
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: wmi_acpi.c,v 1.9 2010/10/24 18:26:29 jmcneill Exp $");
+__KERNEL_RCSID(0, "$NetBSD: wmi_acpi.c,v 1.10 2010/10/25 15:38:05 jruoho Exp $");
#include <sys/param.h>
#include <sys/device.h>
@@ -751,7 +751,7 @@
.cf_pspec = &acpiparent,
},
- { NULL }
+ { NULL, NULL, 0, 0, NULL, 0, NULL }
};
static int
Home |
Main Index |
Thread Index |
Old Index