diff options
Diffstat (limited to 'sys/compat/ibcs2')
-rw-r--r-- | sys/compat/ibcs2/syscalls.master | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/ibcs2/syscalls.master b/sys/compat/ibcs2/syscalls.master index a56e1b66b86..70ca3f47c9f 100644 --- a/sys/compat/ibcs2/syscalls.master +++ b/sys/compat/ibcs2/syscalls.master @@ -1,4 +1,4 @@ - $OpenBSD: syscalls.master,v 1.6 1997/01/23 16:12:20 niklas Exp $ + $OpenBSD: syscalls.master,v 1.7 1999/06/07 07:17:47 deraadt Exp $ ; $NetBSD: syscalls.master,v 1.10 1996/09/07 14:21:59 mycroft Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -93,7 +93,7 @@ int pid, int pgid); } 40 UNIMPL ibcs2_xenix 41 NOARGS { int sys_dup(u_int fd); } -42 NOARGS { int sys_pipe(void); } +42 NOARGS { int sys_opipe(void); } 43 STD { int ibcs2_sys_times(struct tms *tp); } 44 UNIMPL profil 45 STD { int ibcs2_sys_plock(int cmd); } |