summaryrefslogtreecommitdiff
path: root/sys/compat/freebsd/syscalls.master
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-11-13 07:35:39 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-11-13 07:35:39 +0000
commit8791438458186c2f5e2ff6a63f545799dc44cb4e (patch)
treed2e7be03be831178888acaad308a218d3265bc29 /sys/compat/freebsd/syscalls.master
parentbc06d0d21db3a10a488a1fd696ad42121b620d01 (diff)
two poll() calls, argh
Diffstat (limited to 'sys/compat/freebsd/syscalls.master')
-rw-r--r--sys/compat/freebsd/syscalls.master6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/freebsd/syscalls.master b/sys/compat/freebsd/syscalls.master
index d6efa1647eb..8e06d188bdd 100644
--- a/sys/compat/freebsd/syscalls.master
+++ b/sys/compat/freebsd/syscalls.master
@@ -1,4 +1,4 @@
- $OpenBSD: syscalls.master,v 1.6 1997/11/13 07:27:03 deraadt Exp $
+ $OpenBSD: syscalls.master,v 1.7 1997/11/13 07:35:38 deraadt Exp $
; $NetBSD: syscalls.master,v 1.3 1995/10/10 18:28:40 mycroft Exp $
; from: @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@@ -462,7 +462,7 @@
250 NOARGS { int sys_minherit(caddr_t addr, size_t len, \
int inherit); }
251 NOARGS { int sys_rfork(int flags); }
-252 NOARGS { int sys_poll(struct pollfd *fds, usigned long nfds, \
- int timeout); }
+252 STD { int freebsd_sys_poll2(struct pollfd *fds, \
+ unsigned long nfds, int timeout); }
253 NOARGS { int sys_issetugid(void); }
254 NOARGS { int sys_lchown(char *path, int uid, int gid); }