summaryrefslogtreecommitdiff
path: root/sys/arch/sparc64/include
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/sparc64/include')
-rw-r--r--sys/arch/sparc64/include/autoconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/sparc64/include/autoconf.h b/sys/arch/sparc64/include/autoconf.h
index 87f7dbb11b5..a766139a767 100644
--- a/sys/arch/sparc64/include/autoconf.h
+++ b/sys/arch/sparc64/include/autoconf.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: autoconf.h,v 1.11 2006/03/04 10:31:50 miod Exp $ */
+/* $OpenBSD: autoconf.h,v 1.12 2006/05/31 20:11:31 jason Exp $ */
/* $NetBSD: autoconf.h,v 1.10 2001/07/24 19:32:11 eeh Exp $ */
/*-
@@ -147,7 +147,7 @@ struct device;
struct bootpath {
char name[16]; /* name of this node */
char compatible[16]; /* "compatible" name of this node */
- int val[3]; /* up to three optional values */
+ long val[3]; /* up to three optional values */
struct device *dev; /* device that recognised this component */
};
struct bootpath *bootpath_store(int, struct bootpath *);