Module Name: src
Committed By: uwe
Date: Sat Jan 24 15:54:23 UTC 2015
Modified Files:
src/sys/arch/landisk/include: endian_machdep.h
Log Message:
#include <sh3/endian_machdep.h> like other sh3 machines.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/landisk/include/endian_machdep.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/landisk/include/endian_machdep.h
diff -u src/sys/arch/landisk/include/endian_machdep.h:1.1 src/sys/arch/landisk/include/endian_machdep.h:1.2
--- src/sys/arch/landisk/include/endian_machdep.h:1.1 Fri Sep 1 21:26:18 2006
+++ src/sys/arch/landisk/include/endian_machdep.h Sat Jan 24 15:54:23 2015
@@ -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>