Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Add a few missing netbsd32_machdep.h files



details:   https://anonhg.NetBSD.org/src/rev/5269ee5ce0f1
branches:  trunk
changeset: 331156:5269ee5ce0f1
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Aug 03 16:16:27 2014 +0000

description:
Add a few missing netbsd32_machdep.h files

diffstat:

 sys/arch/acorn32/include/netbsd32_machdep.h   |  3 +++
 sys/arch/cats/include/netbsd32_machdep.h      |  3 +++
 sys/arch/epoc32/include/netbsd32_machdep.h    |  3 +++
 sys/arch/iyonix/include/netbsd32_machdep.h    |  3 +++
 sys/arch/netwinder/include/netbsd32_machdep.h |  3 +++
 sys/arch/zaurus/include/netbsd32_machdep.h    |  3 +++
 6 files changed, 18 insertions(+), 0 deletions(-)

diffs (42 lines):

diff -r e6ba04130204 -r 5269ee5ce0f1 sys/arch/acorn32/include/netbsd32_machdep.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/acorn32/include/netbsd32_machdep.h       Sun Aug 03 16:16:27 2014 +0000
@@ -0,0 +1,3 @@
+/* $NetBSD: netbsd32_machdep.h,v 1.1 2014/08/03 16:16:27 martin Exp $ */
+
+#include <arm/netbsd32_machdep.h>
diff -r e6ba04130204 -r 5269ee5ce0f1 sys/arch/cats/include/netbsd32_machdep.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/cats/include/netbsd32_machdep.h  Sun Aug 03 16:16:27 2014 +0000
@@ -0,0 +1,3 @@
+/* $NetBSD: netbsd32_machdep.h,v 1.1 2014/08/03 16:16:27 martin Exp $ */
+
+#include <arm/netbsd32_machdep.h>
diff -r e6ba04130204 -r 5269ee5ce0f1 sys/arch/epoc32/include/netbsd32_machdep.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/epoc32/include/netbsd32_machdep.h        Sun Aug 03 16:16:27 2014 +0000
@@ -0,0 +1,3 @@
+/* $NetBSD: netbsd32_machdep.h,v 1.1 2014/08/03 16:16:27 martin Exp $ */
+
+#include <arm/netbsd32_machdep.h>
diff -r e6ba04130204 -r 5269ee5ce0f1 sys/arch/iyonix/include/netbsd32_machdep.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/iyonix/include/netbsd32_machdep.h        Sun Aug 03 16:16:27 2014 +0000
@@ -0,0 +1,3 @@
+/* $NetBSD: netbsd32_machdep.h,v 1.1 2014/08/03 16:16:27 martin Exp $ */
+
+#include <arm/netbsd32_machdep.h>
diff -r e6ba04130204 -r 5269ee5ce0f1 sys/arch/netwinder/include/netbsd32_machdep.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/netwinder/include/netbsd32_machdep.h     Sun Aug 03 16:16:27 2014 +0000
@@ -0,0 +1,3 @@
+/* $NetBSD: netbsd32_machdep.h,v 1.1 2014/08/03 16:16:27 martin Exp $ */
+
+#include <arm/netbsd32_machdep.h>
diff -r e6ba04130204 -r 5269ee5ce0f1 sys/arch/zaurus/include/netbsd32_machdep.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/zaurus/include/netbsd32_machdep.h        Sun Aug 03 16:16:27 2014 +0000
@@ -0,0 +1,3 @@
+/* $NetBSD: netbsd32_machdep.h,v 1.1 2014/08/03 16:16:27 martin Exp $ */
+
+#include <arm/netbsd32_machdep.h>



Home | Main Index | Thread Index | Old Index