From ceacd60e5da242add0e76c67bad05065cbc8b952 Mon Sep 17 00:00:00 2001 From: Paul Irofti Date: Fri, 11 Mar 2011 15:17:09 +0000 Subject: Use _MACHINE_ENDIAN_H_ for this is The Right Thing To Do. Okay guenther@, millert@. --- sys/arch/alpha/include/endian.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/arch/alpha') diff --git a/sys/arch/alpha/include/endian.h b/sys/arch/alpha/include/endian.h index 49b4f4dcdd3..5ebf5b94a44 100644 --- a/sys/arch/alpha/include/endian.h +++ b/sys/arch/alpha/include/endian.h @@ -1,4 +1,4 @@ -/* $OpenBSD: endian.h,v 1.12 2005/12/13 00:35:22 millert Exp $ */ +/* $OpenBSD: endian.h,v 1.13 2011/03/11 15:17:08 pirofti Exp $ */ /*- * Copyright (c) 1997 Niklas Hallqvist. All rights reserved. @@ -24,12 +24,12 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef _ALPHA_ENDIAN_H_ -#define _ALPHA_ENDIAN_H_ +#ifndef _MACHINE_ENDIAN_H_ +#define _MACHINE_ENDIAN_H_ #define _BYTE_ORDER _LITTLE_ENDIAN #include #define __STRICT_ALIGNMENT -#endif /* _ALPHA_ENDIAN_H_ */ +#endif /* _MACHINE_ENDIAN_H_ */ -- cgit v1.2.3