From 80c03b8eee7407f6b7e70e46363c7a54d31b9141 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Thu, 10 Sep 2009 13:20:27 +0000 Subject: As jhb@ pointed out to me, r197057 was incorrect, not least because these are generated files. --- sys/i386/ibcs2/ibcs2_proto.h | 6 ++++++ sys/i386/linux/linux_proto.h | 7 +++++++ 2 files changed, 13 insertions(+) (limited to 'sys/i386') 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 -- cgit v1.2.3