diff options
Diffstat (limited to 'sys/arch/m68k/include/endian.h')
-rw-r--r-- | sys/arch/m68k/include/endian.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/m68k/include/endian.h b/sys/arch/m68k/include/endian.h index 544a4720131..93d928548a5 100644 --- a/sys/arch/m68k/include/endian.h +++ b/sys/arch/m68k/include/endian.h @@ -1,4 +1,4 @@ -/* $OpenBSD: endian.h,v 1.11 1997/11/10 10:36:05 niklas Exp $ */ +/* $OpenBSD: endian.h,v 1.12 1999/05/10 16:02:09 espie Exp $ */ /*- * Copyright (c) 1997 Niklas Hallqvist. All rights reserved. @@ -55,7 +55,7 @@ #endif /* __GNUC__ */ -#define BYTE_ORDER 4321 +#define BYTE_ORDER BIG_ENDIAN #include <sys/endian.h> #endif /* _M68K_ENDIAN_H_ */ |