summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-05-23 21:29:06 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-05-23 21:29:06 +0000
commitdf67f20fd79b452958d556be7e61f23e0c09cf8e (patch)
tree780a2117fc2c22254a0aac0e5eb91246f77bdf7a /sys
parent686e61ea8828d99d0eb41bb989c07ae8ec7fe732 (diff)
#ifdef arc is just too common, but I don't know how to extract this correctly
so make that __arc__ for now, to avoid collisions ok miod
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/mips64/include/arcbios.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mips64/include/arcbios.h b/sys/arch/mips64/include/arcbios.h
index cad7f524d36..40d4562965b 100644
--- a/sys/arch/mips64/include/arcbios.h
+++ b/sys/arch/mips64/include/arcbios.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: arcbios.h,v 1.15 2010/03/07 13:36:47 miod Exp $ */
+/* $OpenBSD: arcbios.h,v 1.16 2010/05/23 21:29:05 deraadt Exp $ */
/*-
* Copyright (c) 1996 M. Warner Losh. All rights reserved.
*
@@ -291,7 +291,7 @@ typedef struct arc_calls
arc_mem_t *(*get_memory_descriptor)( /* GetMemoryDescriptor 19 */
arc_mem_t *); /* MemoryDescriptor */
-#ifdef arc
+#ifdef __arc__
void (*signal)( /* Signal 20 */
u_int32_t, /* Signal number */
/**/ caddr_t); /* Handler */
@@ -354,7 +354,7 @@ typedef struct arc_calls
void (*flush_all_caches)(void); /* FlushAllCaches 35 */
-#ifdef arc
+#ifdef __arc__
arc_status_t (*test_unicode)( /* TestUnicodeCharacter 36 */
u_int32_t, /* FileId */
u_int16_t); /* UnicodeCharacter */