summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc/include/endian.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/powerpc/include/endian.h')
-rw-r--r--sys/arch/powerpc/include/endian.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/powerpc/include/endian.h b/sys/arch/powerpc/include/endian.h
index f116413b033..85078121642 100644
--- a/sys/arch/powerpc/include/endian.h
+++ b/sys/arch/powerpc/include/endian.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: endian.h,v 1.10 1999/05/10 16:02:15 espie Exp $ */
+/* $OpenBSD: endian.h,v 1.11 2001/03/02 20:45:21 jason Exp $ */
/*-
* Copyright (c) 1997 Niklas Hallqvist. All rights reserved.
@@ -35,4 +35,6 @@
#define BYTE_ORDER BIG_ENDIAN
#include <sys/endian.h>
+#define __STRICT_ALIGNMENT
+
#endif /* _POWERPC_ENDIAN_H_ */