diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hp300/include/endian.h | 7 | ||||
-rw-r--r-- | sys/arch/mac68k/include/endian.h | 7 | ||||
-rw-r--r-- | sys/arch/mvme68k/include/endian.h | 7 |
3 files changed, 3 insertions, 18 deletions
diff --git a/sys/arch/hp300/include/endian.h b/sys/arch/hp300/include/endian.h index b54e4558a3b..adaabad0352 100644 --- a/sys/arch/hp300/include/endian.h +++ b/sys/arch/hp300/include/endian.h @@ -1,10 +1,5 @@ -/* $OpenBSD: endian.h,v 1.4 2011/03/11 15:17:08 pirofti Exp $ */ +/* $OpenBSD: endian.h,v 1.5 2011/03/15 18:23:38 deraadt Exp $ */ /* $NetBSD: endian.h,v 1.6 1994/10/26 07:26:22 cgd Exp $ */ -#ifndef _MACHINE_ENDIAN_H_ -#define _MACHINE_ENDIAN_H_ - /* Just use the common m68k definition */ #include <m68k/endian.h> - -#endif /* _MACHINE_ENDIAN_H_ */ diff --git a/sys/arch/mac68k/include/endian.h b/sys/arch/mac68k/include/endian.h index edbab908236..40e1fdac923 100644 --- a/sys/arch/mac68k/include/endian.h +++ b/sys/arch/mac68k/include/endian.h @@ -1,9 +1,4 @@ -/* $OpenBSD: endian.h,v 1.4 2011/03/11 15:17:08 pirofti Exp $ */ +/* $OpenBSD: endian.h,v 1.5 2011/03/15 18:23:38 deraadt Exp $ */ /* $NetBSD: endian.h,v 1.5 1994/10/26 08:46:28 cgd Exp $ */ -#ifndef _MACHINE_ENDIAN_H_ -#define _MACHINE_ENDIAN_H_ - #include <m68k/endian.h> - -#endif /* _MACHINE_ENDIAN_H_ */ diff --git a/sys/arch/mvme68k/include/endian.h b/sys/arch/mvme68k/include/endian.h index 74423184dcf..6a901224e75 100644 --- a/sys/arch/mvme68k/include/endian.h +++ b/sys/arch/mvme68k/include/endian.h @@ -1,9 +1,4 @@ -/* $OpenBSD: endian.h,v 1.5 2011/03/11 15:17:08 pirofti Exp $ */ - -#ifndef _MACHINE_ENDIAN_H_ -#define _MACHINE_ENDIAN_H_ +/* $OpenBSD: endian.h,v 1.6 2011/03/15 18:23:38 deraadt Exp $ */ /* Just use the common m68k definition */ #include <m68k/endian.h> - -#endif /* _MACHINE_ENDIAN_H_ */ |