diff options
Diffstat (limited to 'sys/compat/bsdos/bsdos_syscallargs.h')
-rw-r--r-- | sys/compat/bsdos/bsdos_syscallargs.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/sys/compat/bsdos/bsdos_syscallargs.h b/sys/compat/bsdos/bsdos_syscallargs.h index 9478d2d5b87..2d6fdbf4a12 100644 --- a/sys/compat/bsdos/bsdos_syscallargs.h +++ b/sys/compat/bsdos/bsdos_syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: bsdos_syscallargs.h,v 1.18 2005/06/17 20:42:31 millert Exp $ */ +/* $OpenBSD: bsdos_syscallargs.h,v 1.19 2006/09/22 15:30:44 pedro Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.16 2005/06/17 20:39:14 millert Exp + * created from OpenBSD: syscalls.master,v 1.17 2006/09/22 15:29:57 pedro Exp */ #ifdef syscallarg @@ -204,13 +204,6 @@ int compat_10_sys_shmsys(struct proc *, void *, register_t *); int sys_setgid(struct proc *, void *, register_t *); int sys_setegid(struct proc *, void *, register_t *); int sys_seteuid(struct proc *, void *, register_t *); -#ifdef LFS -int lfs_bmapv(struct proc *, void *, register_t *); -int lfs_markv(struct proc *, void *, register_t *); -int lfs_segclean(struct proc *, void *, register_t *); -int lfs_segwait(struct proc *, void *, register_t *); -#else -#endif int compat_35_sys_stat(struct proc *, void *, register_t *); int compat_35_sys_fstat(struct proc *, void *, register_t *); int compat_35_sys_lstat(struct proc *, void *, register_t *); |