summaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/syscalls.master')
-rw-r--r--sys/kern/syscalls.master4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index 71f274ffc89..5a48907c854 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -1,4 +1,4 @@
-; $OpenBSD: syscalls.master,v 1.122 2012/04/12 11:16:24 deraadt Exp $
+; $OpenBSD: syscalls.master,v 1.123 2012/04/12 12:33:03 deraadt Exp $
; $NetBSD: syscalls.master,v 1.32 1996/04/23 10:24:21 mycroft Exp $
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@@ -427,7 +427,7 @@
249 UNIMPL
250 STD { int sys_minherit(void *addr, size_t len, \
int inherit); }
-251 STD { int sys_rfork(int flags); }
+251 OBSOL rfork
252 STD { int sys_poll(struct pollfd *fds, \
u_int nfds, int timeout); }
253 STD NOLOCK { int sys_issetugid(void); }