summaryrefslogtreecommitdiff
path: root/sys/arch/alpha
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r--sys/arch/alpha/include/endian.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/include/endian.h b/sys/arch/alpha/include/endian.h
index 2a7502d0a12..bf347a3d3a2 100644
--- a/sys/arch/alpha/include/endian.h
+++ b/sys/arch/alpha/include/endian.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: endian.h,v 1.8 1997/11/09 23:05:00 niklas Exp $ */
+/* $OpenBSD: endian.h,v 1.9 1999/05/10 16:02:07 espie Exp $ */
/*-
* Copyright (c) 1997 Niklas Hallqvist. All rights reserved.
@@ -32,7 +32,7 @@
#ifndef _ALPHA_ENDIAN_H_
#define _ALPHA_ENDIAN_H_
-#define BYTE_ORDER 1234
+#define BYTE_ORDER LITTLE_ENDIAN
#include <sys/endian.h>
#endif /* _ALPHA_ENDIAN_H_ */