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