summaryrefslogtreecommitdiffstats
path: root/sys/i386/linux
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2009-09-10 13:20:27 +0000
committerdes <des@FreeBSD.org>2009-09-10 13:20:27 +0000
commite4fc8331e6ad16cd47da1d2884498d46200e7eb6 (patch)
tree84158b4fc77afd963ff771612e6fada9d9beb48b /sys/i386/linux
parentcedb32d24aa57ad6f241ae194a01bd194a10e0d5 (diff)
downloadFreeBSD-src-e4fc8331e6ad16cd47da1d2884498d46200e7eb6.zip
FreeBSD-src-e4fc8331e6ad16cd47da1d2884498d46200e7eb6.tar.gz
As jhb@ pointed out to me, r197057 was incorrect, not least because these
are generated files.
Diffstat (limited to 'sys/i386/linux')
-rw-r--r--sys/i386/linux/linux_proto.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/i386/linux/linux_proto.h b/sys/i386/linux/linux_proto.h
index ab649e0..aa63b8a 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
OpenPOWER on IntegriCloud