summaryrefslogtreecommitdiff
path: root/sys/compat/sunos/syscalls.master
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-04-18 21:21:51 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-04-18 21:21:51 +0000
commit978f49b07eda30472d402394cf556da0873c9ac8 (patch)
treeece61b27d7369bb7fa11fd7fbd739bd32dbfa57b /sys/compat/sunos/syscalls.master
parentbb5bb38ef44e5df2b16e0d24f7542d8dd541cbba (diff)
Merge of NetBSD 960317
Diffstat (limited to 'sys/compat/sunos/syscalls.master')
-rw-r--r--sys/compat/sunos/syscalls.master5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/compat/sunos/syscalls.master b/sys/compat/sunos/syscalls.master
index 6a6f00f3dbd..df55f67aea8 100644
--- a/sys/compat/sunos/syscalls.master
+++ b/sys/compat/sunos/syscalls.master
@@ -1,4 +1,5 @@
- $NetBSD: syscalls.master,v 1.32 1995/10/07 06:27:35 mycroft Exp $
+ $OpenBSD: syscalls.master,v 1.2 1996/04/18 21:21:48 niklas Exp $
+; $NetBSD: syscalls.master,v 1.33 1996/02/28 16:05:43 pk Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@@ -146,7 +147,7 @@
89 NOARGS { int compat_43_sys_getdtablesize(void); }
90 NOARGS { int sys_dup2(u_int from, u_int to); }
91 UNIMPL getdopt
-92 NOARGS { int sys_fcntl(int fd, int cmd, void *arg); }
+92 STD { int sunos_sys_fcntl(int fd, int cmd, void *arg); }
93 NOARGS { int sys_select(u_int nd, fd_set *in, fd_set *ou, \
fd_set *ex, struct timeval *tv); }
94 UNIMPL setdopt