Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/landisk/include #include <sh3/endian_machdep.h> lik...



details:   https://anonhg.NetBSD.org/src/rev/baf35220136e
branches:  trunk
changeset: 335804:baf35220136e
user:      uwe <uwe%NetBSD.org@localhost>
date:      Sat Jan 24 15:54:23 2015 +0000

description:
#include <sh3/endian_machdep.h> like other sh3 machines.

diffstat:

 sys/arch/landisk/include/endian_machdep.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (9 lines):

diff -r 65038c07d8d1 -r baf35220136e sys/arch/landisk/include/endian_machdep.h
--- a/sys/arch/landisk/include/endian_machdep.h Sat Jan 24 15:44:32 2015 +0000
+++ b/sys/arch/landisk/include/endian_machdep.h Sat Jan 24 15:54:23 2015 +0000
@@ -1,3 +1,4 @@
-/*     $NetBSD: endian_machdep.h,v 1.1 2006/09/01 21:26:18 uwe Exp $   */
+/*     $NetBSD: endian_machdep.h,v 1.2 2015/01/24 15:54:23 uwe Exp $   */
 
 #define _BYTE_ORDER _LITTLE_ENDIAN
+#include <sh3/endian_machdep.h>



Home | Main Index | Thread Index | Old Index