summaryrefslogtreecommitdiff
path: root/sys/arch/m88k
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/m88k')
-rw-r--r--sys/arch/m88k/include/endian.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/m88k/include/endian.h b/sys/arch/m88k/include/endian.h
index 3e430e883e6..dd5d886e685 100644
--- a/sys/arch/m88k/include/endian.h
+++ b/sys/arch/m88k/include/endian.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: endian.h,v 1.2 2005/09/06 19:28:22 miod Exp $ */
+/* $OpenBSD: endian.h,v 1.3 2005/12/13 00:35:23 millert Exp $ */
/*-
* Copyright (c) 1997 Niklas Hallqvist. All rights reserved.
@@ -27,7 +27,7 @@
#ifndef __M88K_ENDIAN_H__
#define __M88K_ENDIAN_H__
-#define BYTE_ORDER BIG_ENDIAN
+#define _BYTE_ORDER _BIG_ENDIAN
#include <sys/endian.h>
#define __STRICT_ALIGNMENT