From 884acce33f72e7f787a1102bb581c2a5d4a2e7dd Mon Sep 17 00:00:00 2001 From: ian Date: Sat, 18 Mar 2000 21:36:02 +0000 Subject: [PATCH] Implement vfork (ok jasoni). --- sys/compat/linux/syscalls.master | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/compat/linux/syscalls.master b/sys/compat/linux/syscalls.master index 6c779a99d7a..bbbba4298c6 100644 --- a/sys/compat/linux/syscalls.master +++ b/sys/compat/linux/syscalls.master @@ -1,4 +1,4 @@ - $OpenBSD: syscalls.master,v 1.17 2000/03/13 08:18:30 jasoni Exp $ + $OpenBSD: syscalls.master,v 1.18 2000/03/18 21:36:02 ian Exp $ ; $NetBSD: syscalls.master,v 1.15 1995/12/18 14:35:10 fvdl Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -299,4 +299,4 @@ 187 UNIMPL sendfile 188 UNIMPL getpmsg 189 UNIMPL putpmsg -190 UNIMPL vfork +190 STD { int sys_vfork(void); } -- 2.20.1