summaryrefslogtreecommitdiff
path: root/sys/arch/powerpc
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2001-03-02 20:45:23 +0000
committerJason Wright <jason@cvs.openbsd.org>2001-03-02 20:45:23 +0000
commitd35898b7cbd4bec1971a74dfcaddc66c37384c70 (patch)
treeeac4ddb7ffd17947f2eda7dffc897b31773207ab /sys/arch/powerpc
parent2c82c10f4444a552a4dba100f1dc85b96511786f (diff)
add #define __STRICT_ALIGNMENT
Diffstat (limited to 'sys/arch/powerpc')
-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_ */