diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2006-09-22 15:30:45 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2006-09-22 15:30:45 +0000 |
commit | cea3aebed50baf9f314a92dd57f511e825f9585b (patch) | |
tree | 90bcc0c00c4236c51c30f783bd305d9baea86fe3 /sys/compat/bsdos/bsdos_syscallargs.h | |
parent | f51150f268326af2e7b34d3ee8d0bb83377c6e60 (diff) |
regen
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 *); |