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/netbsd/netbsd_syscallargs.h | |
parent | f51150f268326af2e7b34d3ee8d0bb83377c6e60 (diff) |
regen
Diffstat (limited to 'sys/compat/netbsd/netbsd_syscallargs.h')
-rw-r--r-- | sys/compat/netbsd/netbsd_syscallargs.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/sys/compat/netbsd/netbsd_syscallargs.h b/sys/compat/netbsd/netbsd_syscallargs.h index 550d534eaf5..f25dad23555 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.27 2005/06/17 20:42:31 millert Exp $ */ +/* $OpenBSD: netbsd_syscallargs.h,v 1.28 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.25 2005/06/17 20:39:14 millert Exp + * created from; OpenBSD: syscalls.master,v 1.26 2006/09/22 15:29:57 pedro Exp */ #ifdef syscallarg @@ -416,13 +416,6 @@ int sys_pwrite(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 netbsd_sys_stat(struct proc *, void *, register_t *); int sys_fstat(struct proc *, void *, register_t *); int netbsd_sys_lstat(struct proc *, void *, register_t *); |