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/hppa | |
parent | 2c82c10f4444a552a4dba100f1dc85b96511786f (diff) |
add #define __STRICT_ALIGNMENT
Diffstat (limited to 'sys/arch/hppa')
-rw-r--r-- | sys/arch/hppa/include/endian.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/hppa/include/endian.h b/sys/arch/hppa/include/endian.h index 48962ada7a8..c5b354043e3 100644 --- a/sys/arch/hppa/include/endian.h +++ b/sys/arch/hppa/include/endian.h @@ -1,4 +1,4 @@ -/* $OpenBSD: endian.h,v 1.4 2000/02/02 22:08:55 mickey Exp $ */ +/* $OpenBSD: endian.h,v 1.5 2001/03/02 20:45:21 jason Exp $ */ /* * Copyright (c) 1998-2000 Michael Shalayeff @@ -75,4 +75,6 @@ #define BYTE_ORDER BIG_ENDIAN #include <sys/endian.h> +#define __STRICT_ALIGNMENT + #endif /* !_MACHINE_ENDIAN_H_ */ |