summaryrefslogtreecommitdiff
path: root/sys/arch/hppa64
diff options
context:
space:
mode:
authorPaul Irofti <pirofti@cvs.openbsd.org>2011-03-11 15:17:09 +0000
committerPaul Irofti <pirofti@cvs.openbsd.org>2011-03-11 15:17:09 +0000
commitceacd60e5da242add0e76c67bad05065cbc8b952 (patch)
tree41c1947939caca061becb0e0b1a708880a694528 /sys/arch/hppa64
parentdb832097f4874722934efa9ebe9f11ae85462991 (diff)
Use _MACHINE_ENDIAN_H_ for this is The Right Thing To Do.
Okay guenther@, millert@.
Diffstat (limited to 'sys/arch/hppa64')
-rw-r--r--sys/arch/hppa64/include/endian.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/hppa64/include/endian.h b/sys/arch/hppa64/include/endian.h
index 06909204a77..e3eccb65cb3 100644
--- a/sys/arch/hppa64/include/endian.h
+++ b/sys/arch/hppa64/include/endian.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: endian.h,v 1.2 2005/12/13 00:35:23 millert Exp $ */
+/* $OpenBSD: endian.h,v 1.3 2011/03/11 15:17:08 pirofti Exp $ */
/*
* Copyright (c) 2005 Michael Shalayeff
@@ -17,12 +17,12 @@
* OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#ifndef _HPPA64_ENDIAN_H_
-#define _HPPA64_ENDIAN_H_
+#ifndef _MACHINE_ENDIAN_H_
+#define _MACHINE_ENDIAN_H_
#define _BYTE_ORDER _BIG_ENDIAN
#include <sys/endian.h>
#define __STRICT_ALIGNMENT
-#endif /* !_HPPA64_ENDIAN_H_ */
+#endif /* !_MACHINE_ENDIAN_H_ */