diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-03-02 20:45:23 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-03-02 20:45:23 +0000 |
commit | d35898b7cbd4bec1971a74dfcaddc66c37384c70 (patch) | |
tree | eac4ddb7ffd17947f2eda7dffc897b31773207ab /sys/arch/mvme88k/include | |
parent | 2c82c10f4444a552a4dba100f1dc85b96511786f (diff) |
add #define __STRICT_ALIGNMENT
Diffstat (limited to 'sys/arch/mvme88k/include')
-rw-r--r-- | sys/arch/mvme88k/include/endian.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/mvme88k/include/endian.h b/sys/arch/mvme88k/include/endian.h index b565cad78d9..c975bb410ec 100644 --- a/sys/arch/mvme88k/include/endian.h +++ b/sys/arch/mvme88k/include/endian.h @@ -1,4 +1,4 @@ -/* $OpenBSD: endian.h,v 1.10 2001/01/14 20:25:23 smurph Exp $ */ +/* $OpenBSD: endian.h,v 1.11 2001/03/02 20:45:21 jason Exp $ */ /*- * Copyright (c) 1997 Niklas Hallqvist. All rights reserved. @@ -35,5 +35,7 @@ #define BYTE_ORDER BIG_ENDIAN #include <sys/endian.h> +#define __STRICT_ALIGNMENT + #endif __MVME88K_ENDIAN_H__ |