Module Name: src
Committed By: martin
Date: Wed Aug 14 14:43:12 UTC 2013
Added Files:
src/sys/arch/shark/include: netbsd32_machdep.h
Log Message:
Allow building of COMPAT_NETBSD32.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/shark/include/netbsd32_machdep.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: src/sys/arch/shark/include/netbsd32_machdep.h
diff -u /dev/null src/sys/arch/shark/include/netbsd32_machdep.h:1.1
--- /dev/null Wed Aug 14 14:43:12 2013
+++ src/sys/arch/shark/include/netbsd32_machdep.h Wed Aug 14 14:43:12 2013
@@ -0,0 +1,3 @@
+/* $NetBSD: netbsd32_machdep.h,v 1.1 2013/08/14 14:43:12 martin Exp $ */
+
+#include <arm/netbsd32_machdep.h>