summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_sysent.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/linux/linux_sysent.c')
-rw-r--r--sys/compat/linux/linux_sysent.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linux/linux_sysent.c b/sys/compat/linux/linux_sysent.c
index 686f0e880f4..66e97489a8f 100644
--- a/sys/compat/linux/linux_sysent.c
+++ b/sys/compat/linux/linux_sysent.c
@@ -1,10 +1,10 @@
-/* $OpenBSD: linux_sysent.c,v 1.17 2000/03/13 08:18:56 jasoni Exp $ */
+/* $OpenBSD: linux_sysent.c,v 1.18 2000/03/18 21:39:16 ian Exp $ */
/*
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.17 2000/03/13 08:18:30 jasoni Exp
+ * created from OpenBSD: syscalls.master,v 1.18 2000/03/18 21:36:02 ian Exp
*/
#include <sys/param.h>
@@ -416,6 +416,6 @@ struct sysent linux_sysent[] = {
{ 0, 0,
sys_nosys }, /* 189 = unimplemented putpmsg */
{ 0, 0,
- sys_nosys }, /* 190 = unimplemented vfork */
+ sys_vfork }, /* 190 = vfork */
};