diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-25 10:29:45 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-25 10:29:45 +0000 |
commit | 9c7eb29f7fb5a32d3efc92b6e8ef8e77c91f6138 (patch) | |
tree | c9b35f9cee96e1a67df4e0434b166b0ab6186c6f /sys/compat/svr4/svr4_syscallargs.h | |
parent | 232478be135e33093ad3311caec9cc68acfcfc96 (diff) |
Regenerated from new syscalls.master
Diffstat (limited to 'sys/compat/svr4/svr4_syscallargs.h')
-rw-r--r-- | sys/compat/svr4/svr4_syscallargs.h | 6 |
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 *)); |