summaryrefslogtreecommitdiff
path: root/sys/compat/svr4/svr4_syscallargs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/svr4/svr4_syscallargs.h')
-rw-r--r--sys/compat/svr4/svr4_syscallargs.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/compat/svr4/svr4_syscallargs.h b/sys/compat/svr4/svr4_syscallargs.h
index b6569b90896..696a55252a1 100644
--- a/sys/compat/svr4/svr4_syscallargs.h
+++ b/sys/compat/svr4/svr4_syscallargs.h
@@ -2,7 +2,7 @@
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.4 1996/02/26 23:32:08 niklas Exp
+ * created from OpenBSD: syscalls.master,v 1.5 1996/04/21 22:18:42 deraadt Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }
@@ -373,6 +373,10 @@ int sys_umask __P((struct proc *, void *, register_t *));
int sys_chroot __P((struct proc *, void *, register_t *));
int svr4_sys_fcntl __P((struct proc *, void *, register_t *));
int svr4_sys_ulimit __P((struct proc *, void *, register_t *));
+#ifdef COMPAT_SVR4_NCR
+int svr4_ncr_sys_rdebug __P((struct proc *, void *, register_t *));
+#else
+#endif
int sys_rmdir __P((struct proc *, void *, register_t *));
int sys_mkdir __P((struct proc *, void *, register_t *));
int svr4_sys_getdents __P((struct proc *, void *, register_t *));