summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include/endian.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/amd64/include/endian.h')
-rw-r--r--sys/arch/amd64/include/endian.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/amd64/include/endian.h b/sys/arch/amd64/include/endian.h
index 7cdd9bfb1e6..fcfc49cd013 100644
--- a/sys/arch/amd64/include/endian.h
+++ b/sys/arch/amd64/include/endian.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: endian.h,v 1.3 2005/12/13 00:35:22 millert Exp $ */
+/* $OpenBSD: endian.h,v 1.4 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 _I386_ENDIAN_H_
-#define _I386_ENDIAN_H_
+#ifndef _MACHINE_ENDIAN_H_
+#define _MACHINE_ENDIAN_H_
#ifdef __GNUC__
@@ -59,4 +59,4 @@
#define _BYTE_ORDER _LITTLE_ENDIAN
#include <sys/endian.h>
-#endif /* _I386_ENDIAN_H_ */
+#endif /* _MACHINE_ENDIAN_H_ */