From d35898b7cbd4bec1971a74dfcaddc66c37384c70 Mon Sep 17 00:00:00 2001 From: Jason Wright Date: Fri, 2 Mar 2001 20:45:23 +0000 Subject: add #define __STRICT_ALIGNMENT --- sys/arch/pmax/include/endian.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/arch/pmax/include') 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 +#define __STRICT_ALIGNMENT + #endif /* _PMAX_ENDIAN_H_ */ -- cgit v1.2.3