diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-03-06 22:02:19 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-03-06 22:02:19 +0000 |
commit | 0e8381e965c3dcfacd2e6a2278514fed6b88a28c (patch) | |
tree | d65000a3c6c8dfd915c25b1c430b362919404345 /sys/compat/svr4/svr4_syscallargs.h | |
parent | dcac002bf44ff09df975ff4e23b41efb868c7a02 (diff) |
regen
Diffstat (limited to 'sys/compat/svr4/svr4_syscallargs.h')
-rw-r--r-- | sys/compat/svr4/svr4_syscallargs.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sys/compat/svr4/svr4_syscallargs.h b/sys/compat/svr4/svr4_syscallargs.h index 18db1e20552..070f45413d3 100644 --- a/sys/compat/svr4/svr4_syscallargs.h +++ b/sys/compat/svr4/svr4_syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: svr4_syscallargs.h,v 1.23 1998/02/10 13:43:46 niklas Exp $ */ +/* $OpenBSD: svr4_syscallargs.h,v 1.24 1998/03/06 22:02:16 niklas Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.22 1998/02/10 13:41:55 niklas Exp + * created from OpenBSD: syscalls.master,v 1.23 1998/03/06 21:58:10 niklas Exp */ #define syscallarg(x) union { x datum; register_t pad; } @@ -431,10 +431,7 @@ 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 svr4_sys_rdebug __P((struct proc *, void *, register_t *)); 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 *)); |