diff options
Diffstat (limited to 'sys/arch/m88k/include/endian.h')
-rw-r--r-- | sys/arch/m88k/include/endian.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/m88k/include/endian.h b/sys/arch/m88k/include/endian.h index 8cc0485cbea..0a2c32e80f0 100644 --- a/sys/arch/m88k/include/endian.h +++ b/sys/arch/m88k/include/endian.h @@ -1,4 +1,4 @@ -/* $OpenBSD: endian.h,v 1.4 2011/03/11 15:17:08 pirofti Exp $ */ +/* $OpenBSD: endian.h,v 1.5 2011/03/23 16:54:35 pirofti Exp $ */ /*- * Copyright (c) 1997 Niklas Hallqvist. All rights reserved. @@ -24,13 +24,13 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef __MACHINE_ENDIAN_H__ -#define __MACHINE_ENDIAN_H__ +#ifndef _M88K_ENDIAN_H_ +#define _M88K_ENDIAN_H_ #define _BYTE_ORDER _BIG_ENDIAN #include <sys/endian.h> #define __STRICT_ALIGNMENT -#endif /* __MACHINE_ENDIAN_H__ */ +#endif /* _M88K_ENDIAN_H_ */ |