aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/linux/linux_sysent.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/linux/linux_sysent.c')
-rw-r--r--sys/i386/linux/linux_sysent.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/linux/linux_sysent.c b/sys/i386/linux/linux_sysent.c
index 41cce486ee71..a98b32f45e90 100644
--- a/sys/i386/linux/linux_sysent.c
+++ b/sys/i386/linux/linux_sysent.c
@@ -2,7 +2,7 @@
* System call switch table.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from Id: syscalls.master,v 1.21 1999/08/15 17:25:56 marcel Exp
+ * created from Id: syscalls.master,v 1.22 1999/08/16 11:47:21 marcel Exp
*/
#include "opt_compat.h"
@@ -204,5 +204,5 @@ struct sysent linux_sysent[] = {
{ 0, (sy_call_t *)nosys }, /* 187 = sendfile */
{ 0, (sy_call_t *)nosys }, /* 188 = getpmsg */
{ 0, (sy_call_t *)nosys }, /* 189 = putpmsg */
- { 0, (sy_call_t *)nosys }, /* 190 = vfork */
+ { 0, (sy_call_t *)linux_vfork }, /* 190 = linux_vfork */
};