summaryrefslogtreecommitdiff
path: root/sys/arch/mips64/include
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/mips64/include')
-rw-r--r--sys/arch/mips64/include/_types.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mips64/include/_types.h b/sys/arch/mips64/include/_types.h
index 0d61a79b77b..42107996609 100644
--- a/sys/arch/mips64/include/_types.h
+++ b/sys/arch/mips64/include/_types.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: _types.h,v 1.10 2011/09/08 03:40:32 guenther Exp $ */
+/* $OpenBSD: _types.h,v 1.11 2011/11/15 17:12:14 deraadt Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -152,7 +152,7 @@ typedef void * __wctype_t;
#if defined(_KERNEL)
typedef struct label_t {
- __register_t val[14];
+ long val[14];
} label_t;
#endif