aboutsummaryrefslogtreecommitdiff
path: root/sys/i386
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2009-09-10 13:20:27 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2009-09-10 13:20:27 +0000
commit80c03b8eee7407f6b7e70e46363c7a54d31b9141 (patch)
tree84158b4fc77afd963ff771612e6fada9d9beb48b /sys/i386
parent9425bee7a0bbd5ae64cd3968889bed4f3362a877 (diff)
downloadsrc-80c03b8eee7407f6b7e70e46363c7a54d31b9141.tar.gz
src-80c03b8eee7407f6b7e70e46363c7a54d31b9141.zip
As jhb@ pointed out to me, r197057 was incorrect, not least because these
are generated files.
Notes
Notes: svn path=/head/; revision=197064
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/ibcs2/ibcs2_proto.h6
-rw-r--r--sys/i386/linux/linux_proto.h7
2 files changed, 13 insertions, 0 deletions
diff --git a/sys/i386/ibcs2/ibcs2_proto.h b/sys/i386/ibcs2/ibcs2_proto.h
index facca1e5f3f6..68f622807205 100644
--- a/sys/i386/ibcs2/ibcs2_proto.h
+++ b/sys/i386/ibcs2/ibcs2_proto.h
@@ -345,6 +345,12 @@ int ibcs2_isc(struct thread *, struct ibcs2_isc_args *);
#endif /* COMPAT_FREEBSD6 */
+
+#ifdef COMPAT_FREEBSD7
+
+
+#endif /* COMPAT_FREEBSD7 */
+
#define IBCS2_SYS_AUE_ibcs2_read AUE_NULL
#define IBCS2_SYS_AUE_ibcs2_open AUE_OPEN_RWTC
#define IBCS2_SYS_AUE_ibcs2_wait AUE_WAIT4
diff --git a/sys/i386/linux/linux_proto.h b/sys/i386/linux/linux_proto.h
index ab649e067a76..aa63b8a85ffb 100644
--- a/sys/i386/linux/linux_proto.h
+++ b/sys/i386/linux/linux_proto.h
@@ -1277,6 +1277,13 @@ int linux_vmsplice(struct thread *, struct linux_vmsplice_args *);
#endif /* COMPAT_FREEBSD6 */
+
+#ifdef COMPAT_FREEBSD7
+
+#define nosys linux_nosys
+
+#endif /* COMPAT_FREEBSD7 */
+
#define LINUX_SYS_AUE_linux_fork AUE_FORK
#define LINUX_SYS_AUE_linux_open AUE_OPEN_RWTC
#define LINUX_SYS_AUE_linux_waitpid AUE_WAIT4