artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36f599c
)
Implement vfork (ok jasoni).
author
ian
<ian@openbsd.org>
Sat, 18 Mar 2000 21:36:02 +0000
(21:36 +0000)
committer
ian
<ian@openbsd.org>
Sat, 18 Mar 2000 21:36:02 +0000
(21:36 +0000)
sys/compat/linux/syscalls.master
patch
|
blob
|
history
diff --git
a/sys/compat/linux/syscalls.master
b/sys/compat/linux/syscalls.master
index
6c779a9
..
bbbba42
100644
(file)
--- a/
sys/compat/linux/syscalls.master
+++ b/
sys/compat/linux/syscalls.master
@@
-1,4
+1,4
@@
- $OpenBSD: syscalls.master,v 1.1
7 2000/03/13 08:18:30 jasoni
Exp $
+ $OpenBSD: syscalls.master,v 1.1
8 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); }