diff options
Diffstat (limited to 'sys/compat/netbsd/netbsd_syscallargs.h')
-rw-r--r-- | sys/compat/netbsd/netbsd_syscallargs.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/compat/netbsd/netbsd_syscallargs.h b/sys/compat/netbsd/netbsd_syscallargs.h index 5817c70b150..550d534eaf5 100644 --- a/sys/compat/netbsd/netbsd_syscallargs.h +++ b/sys/compat/netbsd/netbsd_syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: netbsd_syscallargs.h,v 1.26 2004/07/13 21:06:33 millert Exp $ */ +/* $OpenBSD: netbsd_syscallargs.h,v 1.27 2005/06/17 20:42:31 millert Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from; OpenBSD: syscalls.master,v 1.24 2004/07/13 21:04:29 millert Exp + * created from; OpenBSD: syscalls.master,v 1.25 2005/06/17 20:39:14 millert Exp */ #ifdef syscallarg @@ -439,7 +439,6 @@ int sys_ftruncate(struct proc *, void *, register_t *); int sys___sysctl(struct proc *, void *, register_t *); int sys_mlock(struct proc *, void *, register_t *); int sys_munlock(struct proc *, void *, register_t *); -int sys_undelete(struct proc *, void *, register_t *); int sys_futimes(struct proc *, void *, register_t *); int sys_getpgid(struct proc *, void *, register_t *); int sys_xfspioctl(struct proc *, void *, register_t *); |