summaryrefslogtreecommitdiff
path: root/sys/arch/m68k/include
diff options
context:
space:
mode:
authorPaul Irofti <pirofti@cvs.openbsd.org>2011-03-11 15:17:09 +0000
committerPaul Irofti <pirofti@cvs.openbsd.org>2011-03-11 15:17:09 +0000
commitceacd60e5da242add0e76c67bad05065cbc8b952 (patch)
tree41c1947939caca061becb0e0b1a708880a694528 /sys/arch/m68k/include
parentdb832097f4874722934efa9ebe9f11ae85462991 (diff)
Use _MACHINE_ENDIAN_H_ for this is The Right Thing To Do.
Okay guenther@, millert@.
Diffstat (limited to 'sys/arch/m68k/include')
-rw-r--r--sys/arch/m68k/include/endian.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/m68k/include/endian.h b/sys/arch/m68k/include/endian.h
index e341404cf14..990cf74cb7a 100644
--- a/sys/arch/m68k/include/endian.h
+++ b/sys/arch/m68k/include/endian.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: endian.h,v 1.15 2005/12/13 00:35:23 millert Exp $ */
+/* $OpenBSD: endian.h,v 1.16 2011/03/11 15:17:08 pirofti Exp $ */
/*-
* Copyright (c) 1997 Niklas Hallqvist. All rights reserved.
@@ -24,8 +24,8 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef _M68K_ENDIAN_H_
-#define _M68K_ENDIAN_H_
+#ifndef _MACHINE_ENDIAN_H_
+#define _MACHINE_ENDIAN_H_
#ifdef __GNUC__
@@ -55,4 +55,4 @@
#define _BYTE_ORDER _BIG_ENDIAN
#include <sys/endian.h>
-#endif /* _M68K_ENDIAN_H_ */
+#endif /* _MACHINE_ENDIAN_H_ */