diff options
| author | mycroft <mycroft@NetBSD.org> | 2000-03-17 00:09:18 +0000 |
|---|---|---|
| committer | mycroft <mycroft@NetBSD.org> | 2000-03-17 00:09:18 +0000 |
| commit | 9e21b6555a7b9986cabb4e80fbf9402826dca56a (patch) | |
| tree | 8b9f665211f319c9e2dd04d0683c06b08046d61e /sys/arch/macppc/include | |
| parent | 08227b6c88a4752e0dc92904f2337dc21bb173e1 (diff) | |
In the `MY THAT'S GROSS' department...
Eliminate the recursive include of machine/endian.h from sys/endian.h.
Diffstat (limited to 'sys/arch/macppc/include')
| -rw-r--r-- | sys/arch/macppc/include/endian.h | 4 | ||||
| -rw-r--r-- | sys/arch/macppc/include/endian_machdep.h | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/sys/arch/macppc/include/endian.h b/sys/arch/macppc/include/endian.h index 25aaf13f0d3..e1397cf8cb4 100644 --- a/sys/arch/macppc/include/endian.h +++ b/sys/arch/macppc/include/endian.h @@ -1,3 +1,3 @@ -/* $NetBSD: endian.h,v 1.2 1998/05/29 10:32:51 tsubai Exp $ */ +/* $NetBSD: endian.h,v 1.3 2000/03/17 00:09:21 mycroft Exp $ */ -#include <powerpc/endian.h> +#include <sys/endian.h> diff --git a/sys/arch/macppc/include/endian_machdep.h b/sys/arch/macppc/include/endian_machdep.h new file mode 100644 index 00000000000..a9c302cf925 --- /dev/null +++ b/sys/arch/macppc/include/endian_machdep.h @@ -0,0 +1,3 @@ +/* $NetBSD: endian_machdep.h,v 1.1 2000/03/17 00:09:21 mycroft Exp $ */ + +#include <powerpc/endian_machdep.h> |
