diff options
Diffstat (limited to 'sys/compat/freebsd/freebsd_syscallargs.h')
-rw-r--r-- | sys/compat/freebsd/freebsd_syscallargs.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/compat/freebsd/freebsd_syscallargs.h b/sys/compat/freebsd/freebsd_syscallargs.h index 5cb9693afa0..1aee323deea 100644 --- a/sys/compat/freebsd/freebsd_syscallargs.h +++ b/sys/compat/freebsd/freebsd_syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: freebsd_syscallargs.h,v 1.17 2001/08/26 04:14:26 deraadt Exp $ */ +/* $OpenBSD: freebsd_syscallargs.h,v 1.18 2001/11/27 19:35:26 maja Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.15 2001/02/02 19:45:09 tholo Exp + * created from OpenBSD: syscalls.master,v 1.16 2001/11/27 19:34:20 maja Exp */ #ifdef syscallarg @@ -488,6 +488,7 @@ int sys_shmdt __P((struct proc *, void *, register_t *)); int sys_shmget __P((struct proc *, void *, register_t *)); #else #endif +int sys_clock_gettime __P((struct proc *, void *, register_t *)); int sys_nanosleep __P((struct proc *, void *, register_t *)); int sys_minherit __P((struct proc *, void *, register_t *)); int sys_rfork __P((struct proc *, void *, register_t *)); |